[Spring CI] Spring Data GemFire > Nightly-ApacheGeode > #11 was SUCCESSFUL (with 965 tests)

2015-07-21 Thread Spring CI
--- Spring Data GemFire > Nightly-ApacheGeode > #11 was successful. --- Scheduled 969 tests in total. https://build.spring.io/browse/SGF-NAG-11/ -- This mes

Build failed in Jenkins: Geode-nightly #163

2015-07-21 Thread Apache Jenkins Server
See Changes: [dschneider] GEODE-133: fix testCustomEntryTtl3 to do meaningful validation and run faster -- [...truncated 283 lines...] com.gemstone.gemfire.pdx.PdxSerializationException

Re: Running the same unit test multiple times with gradle

2015-07-21 Thread Kirk Lund
Rerunning a test repeatedly may not reproduce some failures that Jenkins might hit with end-to-end tests such as our dunit tests. Failures in our dunit tests often fall into the following categories: 1) test pollution -- a previous test leaves around some changes to the JVM (static values, System

Re: Review Request 36660: GEODE-149 Rerun passed tests every time

2015-07-21 Thread Mark Bretl
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36660/#review92483 --- Ship it! Ship It! - Mark Bretl On July 21, 2015, 9:38 p.m., Dan

Re: Running the same unit test multiple times with gradle

2015-07-21 Thread Dan Smith
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 wrote: > Hi, > I'm trying to run a unit test multiple times to

Review Request 36660: GEODE-149 Rerun passed tests every time

2015-07-21 Thread Dan Smith
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36660/ --- Review request for geode and Mark Bretl. Bugs: GEODE-149 https://issues.apa

Running the same unit test multiple times with gradle

2015-07-21 Thread Amogh Shetkar
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= gemfire-core:distributedTest Is there any support available in gradle to do that? If I simply repeat above command, only the first i