Re: LoggingTest category

2018-09-27 Thread Patrick Rhomberg
ategories.GfshTest > > > > > > Anthony > > > > > > > > > > On Sep 25, 2018, at 2:21 PM, Kirk Lund wrote: > > > > > > > > I've made sure that all logging related tests have the LoggingTest > > > category > >

Re: LoggingTest category

2018-09-25 Thread Kirk Lund
when you execute a test > task: > > > > -PtestCategory=org.apache.geode.test.junit.categories.GfshTest > > > > Anthony > > > > > > > On Sep 25, 2018, at 2:21 PM, Kirk Lund wrote: > > > > > > I've made sure that all logging related

Re: LoggingTest category

2018-09-25 Thread Ryan McMahon
t; > Anthony > > > > On Sep 25, 2018, at 2:21 PM, Kirk Lund wrote: > > > > I've made sure that all logging related tests have the LoggingTest > category > > but now I can no longer find any mechanism in our gradle files to execute > > all tests of a spe

Re: LoggingTest category

2018-09-25 Thread Anthony Baker
Add a property like this on the command line when you execute a test task: -PtestCategory=org.apache.geode.test.junit.categories.GfshTest Anthony > On Sep 25, 2018, at 2:21 PM, Kirk Lund wrote: > > I've made sure that all logging related tests have the LoggingTest category >

LoggingTest category

2018-09-25 Thread Kirk Lund
I've made sure that all logging related tests have the LoggingTest category but now I can no longer find any mechanism in our gradle files to execute all tests of a specific component category. Is there a way to run all tests with this category or did this get deleted?