You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/07/27 16:39:07 UTC

incubator-geode git commit: GEODE-1703: add FlakyTest category to testCrashDuringPreparePersistentId

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1385 f734610ad -> 45830e3e1


GEODE-1703: add FlakyTest category to testCrashDuringPreparePersistentId


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

Branch: refs/heads/feature/GEODE-1385
Commit: 45830e3e15857bbe02daa6869ec07d8d1526ea4f
Parents: f734610
Author: Kirk Lund <kl...@apache.org>
Authored: Wed Jul 27 09:37:57 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Wed Jul 27 09:37:57 2016 -0700

----------------------------------------------------------------------
 .../cache/persistence/PersistentRecoveryOrderDUnitTest.java      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/45830e3e/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java
index 15ea3ba..bdd2836 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/persistence/PersistentRecoveryOrderDUnitTest.java
@@ -87,6 +87,7 @@ import com.gemstone.gemfire.test.dunit.VM;
 import com.gemstone.gemfire.test.dunit.Wait;
 import com.gemstone.gemfire.test.dunit.WaitCriterion;
 import com.gemstone.gemfire.test.junit.categories.DistributedTest;
+import com.gemstone.gemfire.test.junit.categories.FlakyTest;
 
 /**
  * This is a test of how persistent distributed
@@ -1286,7 +1287,8 @@ public class PersistentRecoveryOrderDUnitTest extends PersistentReplicatedTestBa
       }
     });
   }
-  
+
+  @Category(FlakyTest.class) // GEODE-1703: fails assertion: Region not created within30000
   @Test
   public void testCrashDuringPreparePersistentId() throws Exception { 
     Host host = Host.getHost(0);