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.
