Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1162 69fd61f09 -> 11c090cf8


GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop

removing testRepeat method


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/2b701588
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/2b701588
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/2b701588

Branch: refs/heads/feature/GEODE-1162
Commit: 2b701588c4db31ffcd8c1b192490deb4fa6fbdc5
Parents: 513c72f
Author: Bruce Schuchardt <bschucha...@pivotal.io>
Authored: Fri Apr 1 14:20:36 2016 -0700
Committer: Bruce Schuchardt <bschucha...@pivotal.io>
Committed: Fri Apr 1 14:21:33 2016 -0700

----------------------------------------------------------------------
 .../gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java   | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/2b701588/geode-cq/src/test/java/com/gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java
----------------------------------------------------------------------
diff --git 
a/geode-cq/src/test/java/com/gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java
 
b/geode-cq/src/test/java/com/gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java
index 505826e..8903302 100644
--- 
a/geode-cq/src/test/java/com/gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java
+++ 
b/geode-cq/src/test/java/com/gemstone/gemfire/internal/cache/PutAllCSDUnitTest.java
@@ -2250,14 +2250,6 @@ public void testOneServer() throws CacheException, 
InterruptedException {
   }
   
   
-  public void testRepeat() throws Exception {
-    long giveup = System.currentTimeMillis() + (30 * 60000);
-    do {
-      testPartialKeyInPRSingleHop();
-      tearDown(); setUp();
-    } while (System.currentTimeMillis() < giveup);
-  }
-
   /**
    * Tests partial key putAll to 2 PR servers, because putting data at server
    * side is different between PR and LR. PR does it in postPutAll.

Reply via email to