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 2018/04/17 20:22:10 UTC

[geode] branch develop updated: added flaky category to test method for GEODE-5094

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

dschneider 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 a03bba2  added flaky category to test method for GEODE-5094
a03bba2 is described below

commit a03bba213a6b5932a9da9c0a4848c94fd485bbfb
Author: Darrel Schneider <ds...@pivotal.io>
AuthorDate: Tue Apr 17 13:20:51 2018 -0700

    added flaky category to test method for GEODE-5094
---
 geode-core/src/test/java/org/apache/geode/cache/ProxyJUnitTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-core/src/test/java/org/apache/geode/cache/ProxyJUnitTest.java b/geode-core/src/test/java/org/apache/geode/cache/ProxyJUnitTest.java
index bea20eb..161d0a7 100644
--- a/geode-core/src/test/java/org/apache/geode/cache/ProxyJUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/cache/ProxyJUnitTest.java
@@ -35,6 +35,7 @@ import org.apache.geode.internal.cache.GemFireCacheImpl;
 import org.apache.geode.internal.cache.LocalRegion;
 import org.apache.geode.internal.cache.tier.sockets.ClientProxyMembershipID;
 import org.apache.geode.internal.util.StopWatch;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
 /**
@@ -1061,6 +1062,7 @@ public class ProxyJUnitTest {
   /**
    * Make sure a proxy region expiration behaves as expected
    */
+  @Category(FlakyTest.class) // GEODE-5094
   @Test
   public void testExpiration() throws Exception {
     System.setProperty(LocalRegion.EXPIRY_MS_PROPERTY, "true");

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