Re: LoggingTest category

2018-09-27 Thread Patrick Rhomberg
Tangentially related, we have a test-by-category.gradle. Is anyone using any of those targets? I suspect that many of these targets are no longer stable or correctly configured ever since we restructured tests around integrationTest / distributedTest / etc. Running `./gradlew securityTest`

Re: LoggingTest category

2018-09-25 Thread Kirk Lund
Awesome! Thank you. On Tue, Sep 25, 2018 at 12:01 PM, Ryan McMahon wrote: > This information is now in the TESTING.md in the Git repo as well FYI. > > Ryan > > On Tue, Sep 25, 2018 at 11:51 AM Anthony Baker wrote: > > > Add a property like this on the command line when you execute a test >

Re: LoggingTest category

2018-09-25 Thread Ryan McMahon
This information is now in the TESTING.md in the Git repo as well FYI. Ryan On Tue, Sep 25, 2018 at 11:51 AM Anthony Baker wrote: > Add a property like this on the command line when you execute a test task: > > -PtestCategory=org.apache.geode.test.junit.categories.GfshTest > > Anthony > > > >

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 > but now I can no