A couple of other people have run into this. I think I have a fix for this in the gradle build.
https://issues.apache.org/jira/browse/GEODE-149 https://reviews.apache.org/r/36660/ -Dan On Tue, Jul 21, 2015 at 7:26 AM, Amogh Shetkar <[email protected]> wrote: > Hi, > I'm trying to run a unit test multiple times to reproduce a failure which > is seen intermittently. > I use the gradle command: > > ./gradlew -DdistributedTest.single=<UnitTestName> > gemfire-core:distributedTest > > Is there any support available in gradle to do that? > > If I simply repeat above command, only the first iteration executes the > unit test and subsequent ones > do not, unless I delete the test-results directory. > > Thanks, > Amogh. >
