You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ag...@apache.org on 2016/05/17 00:38:28 UTC

[19/50] [abbrv] incubator-geode git commit: GEODE-1380: mark testRebalanceWithOfflineChildRegionTwoDiskStores as Flaky

GEODE-1380: mark testRebalanceWithOfflineChildRegionTwoDiskStores as Flaky


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

Branch: refs/heads/feature/GEODE-1209
Commit: 8185528c1a3466357fbe94319136dd9ecfdd8786
Parents: 3fa22f0
Author: Kirk Lund <kl...@apache.org>
Authored: Wed May 11 11:22:45 2016 -0700
Committer: Anil <ag...@pivotal.io>
Committed: Mon May 16 17:31:54 2016 -0700

----------------------------------------------------------------------
 .../PersistentColocatedPartitionedRegionDUnitTest.java            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/8185528c/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
index b7919b1..6df3dec 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentColocatedPartitionedRegionDUnitTest.java
@@ -1354,7 +1354,8 @@ public class PersistentColocatedPartitionedRegionDUnitTest extends PersistentPar
     async1.getResult();
     async2.getResult();
   }
-  
+
+  @Category(FlakyTest.class) // GEODE-1380: time sensitive, async actions with 30 sec max
   public void testRebalanceWithOfflineChildRegionTwoDiskStores() throws Throwable {
     SerializableRunnable createParentPR = new SerializableRunnable() {
       public void run() {