You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2018/04/24 22:37:42 UTC

[geode] branch develop updated: GEODE-3451: add a flaky lable.

This is an automated email from the ASF dual-hosted git repository.

eshu11 pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8020f37  GEODE-3451: add a flaky lable.
8020f37 is described below

commit 8020f37073ea08b6948d27a4d9220a1491532605
Author: eshu <es...@pivotal.io>
AuthorDate: Tue Apr 24 15:37:12 2018 -0700

    GEODE-3451: add a flaky lable.
---
 .../DistributedAckPersistentRegionCCEOffHeapDUnitTest.java       | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/geode-core/src/test/java/org/apache/geode/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java b/geode-core/src/test/java/org/apache/geode/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
index 6a4f160..8967896 100755
--- a/geode-core/src/test/java/org/apache/geode/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache30/DistributedAckPersistentRegionCCEOffHeapDUnitTest.java
@@ -18,6 +18,7 @@ import static org.apache.geode.distributed.ConfigurationProperties.*;
 
 import java.util.Properties;
 
+import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
 import org.apache.geode.cache.AttributesFactory;
@@ -26,6 +27,7 @@ import org.apache.geode.internal.cache.OffHeapTestUtil;
 import org.apache.geode.test.dunit.Invoke;
 import org.apache.geode.test.dunit.SerializableRunnable;
 import org.apache.geode.test.junit.categories.DistributedTest;
+import org.apache.geode.test.junit.categories.FlakyTest;
 
 
 /**
@@ -83,4 +85,11 @@ public class DistributedAckPersistentRegionCCEOffHeapDUnitTest
     }
     return factory.create();
   }
+
+  @Category(FlakyTest.class) // GEODE-3451
+  @Override
+  @Test
+  public void testConcurrentEventsOnEmptyRegion() {
+    super.testConcurrentEventsOnEmptyRegion();
+  }
 }

-- 
To stop receiving notification emails like this one, please contact
eshu11@apache.org.