You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by up...@apache.org on 2018/06/08 16:56:20 UTC

[geode] branch develop updated: GEODE-5292: Ignoring flaky ConcurrentRegion... test until we can fix it

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

upthewaterspout 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 2d97c22  GEODE-5292: Ignoring flaky ConcurrentRegion... test until we can fix it
2d97c22 is described below

commit 2d97c22e3bab7fe0b7d25efb2fb842969dfde5fb
Author: Dan Smith <up...@apache.org>
AuthorDate: Fri Jun 8 09:55:25 2018 -0700

    GEODE-5292: Ignoring flaky ConcurrentRegion... test until we can fix it
    
    This test has failed twice in CI for different reasons. Disabling it
    until we can fix it.
---
 .../apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-core/src/test/java/org/apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java b/geode-core/src/test/java/org/apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java
index 264d3ef..a62d33a 100644
--- a/geode-core/src/test/java/org/apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache/ConcurrentRegionOperationIntegrationTest.java
@@ -26,6 +26,7 @@ import java.util.concurrent.TimeUnit;
 import org.awaitility.Awaitility;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
@@ -58,6 +59,7 @@ public class ConcurrentRegionOperationIntegrationTest {
   }
 
   @Test
+  @Ignore("GEODE-5292: Test is failing in CI")
   public void replaceWithClearAndDestroy() throws RegionClearedException {
     Region<Integer, String> region = createRegion();
 

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