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

bschuchardt pushed a commit to branch feature/GEODE-7796
in repository https://gitbox.apache.org/repos/asf/geode.git

commit 0e21a585e77fa531fe5279dc789cf41efe29a923
Author: Bruce Schuchardt <bschucha...@pivotal.io>
AuthorDate: Wed Feb 12 15:22:57 2020 -0800

    GEODE-7796: CI failure in LocatorDUnitTest
    
    The new test hung during a CI run due to a flaw in Geode.  I'm disabling
    it until the flaw is corrected.
---
 .../java/org/apache/geode/distributed/LocatorDUnitTest.java             | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/geode-core/src/distributedTest/java/org/apache/geode/distributed/LocatorDUnitTest.java
 
b/geode-core/src/distributedTest/java/org/apache/geode/distributed/LocatorDUnitTest.java
index 4771ff3..d6eb991 100644
--- 
a/geode-core/src/distributedTest/java/org/apache/geode/distributed/LocatorDUnitTest.java
+++ 
b/geode-core/src/distributedTest/java/org/apache/geode/distributed/LocatorDUnitTest.java
@@ -72,6 +72,7 @@ import java.util.Set;
 import org.apache.logging.log4j.Logger;
 import org.junit.After;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -255,6 +256,7 @@ public class LocatorDUnitTest implements Serializable {
   }
 
   @Test
+  @Ignore("GEODE=7760 - test sometimes hangs due to product issue")
   public void testCrashLocatorMultipleTimes() throws Exception {
     port1 = AvailablePort.getRandomAvailablePort(AvailablePort.SOCKET);
     DistributedTestUtils.deleteLocatorStateFile(port1);

Reply via email to