You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ji...@apache.org on 2016/04/08 18:26:21 UTC

[03/36] incubator-geode git commit: GEODE-961 CI failure: PutAllCSDUnitTest.testPartialKeyInPRSingleHop

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-17-2
Commit: 2b701588c4db31ffcd8c1b192490deb4fa6fbdc5
Parents: 513c72f
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Fri Apr 1 14:20:36 2016 -0700
Committer: Bruce Schuchardt <bs...@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.