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

[9/9] incubator-geode git commit: GEODE-1582: mark test as flaky

GEODE-1582: mark test 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/ca102bcc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/ca102bcc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/ca102bcc

Branch: refs/heads/develop
Commit: ca102bccfcec46c23955f23792521a732ff56764
Parents: 850adfc
Author: Darrel Schneider <ds...@pivotal.io>
Authored: Tue Jul 5 15:05:02 2016 -0700
Committer: Darrel Schneider <ds...@pivotal.io>
Committed: Tue Jul 5 15:05:02 2016 -0700

----------------------------------------------------------------------
 .../cache/partitioned/PersistentPartitionedRegionDUnitTest.java     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/ca102bcc/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
index bc6fceb..7f224ca 100644
--- a/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
+++ b/geode-core/src/test/java/com/gemstone/gemfire/internal/cache/partitioned/PersistentPartitionedRegionDUnitTest.java
@@ -1325,6 +1325,7 @@ public class PersistentPartitionedRegionDUnitTest extends PersistentPartitionedR
     checkData(vm0, 226, 227, "a");
   }
   
+  @Category(FlakyTest.class) // GEODE-1582: race in async region creation causing GII when not expected
   @Test
   public void testCleanStop() throws Throwable {
     Host host = Host.getHost(0);