Re: Using gradlew --tests runs test class twice

2018-12-04 Thread Kirk Lund
Oops, you're right. On Tue, Dec 4, 2018 at 11:03 AM Jacob Barrett wrote: > I don’t see how your output indicates the test is running twice. Is there > more output missing from the clip? Try added ‘—info’ to your Gradle command > to validate. > > > > On Dec 4, 2018, at 10:53 AM, Kirk Lund

Re: Using gradlew --tests runs test class twice

2018-12-04 Thread Jacob Barrett
I don’t see how your output indicates the test is running twice. Is there more output missing from the clip? Try added ‘—info’ to your Gradle command to validate. > On Dec 4, 2018, at 10:53 AM, Kirk Lund wrote: > > So, based on the output that I see from gradle when I execute this: > > $

Using gradlew --tests runs test class twice

2018-12-04 Thread Kirk Lund
So, based on the output that I see from gradle when I execute this: $ ./gradlew geode-core:integrationTest --tests AnalyzeSerializablesJUnitTest ...gradle apparently runs the test class twice. I say this because this is my output: 94% EXECUTING [1m 21s] geode-core:integrationTest > 3 tests