Repository: incubator-geode
Updated Branches:
  refs/heads/develop 61fe7c647 -> c1e46c202


GEODE-1931  CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

Nothing seems to have been done to fix this problem but I ran the test
over 700 times without hitting it, so I'm marking the test 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/c1e46c20
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c1e46c20
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c1e46c20

Branch: refs/heads/develop
Commit: c1e46c2020a8e34dcc371631c7367022a6ddf2f7
Parents: b22ecea
Author: Bruce Schuchardt <bschucha...@pivotal.io>
Authored: Thu Oct 6 14:53:59 2016 -0700
Committer: Bruce Schuchardt <bschucha...@pivotal.io>
Committed: Thu Oct 6 14:57:04 2016 -0700

----------------------------------------------------------------------
 .../apache/geode/distributed/LocatorUDPSecurityDUnitTest.java  | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c1e46c20/geode-core/src/test/java/org/apache/geode/distributed/LocatorUDPSecurityDUnitTest.java
----------------------------------------------------------------------
diff --git 
a/geode-core/src/test/java/org/apache/geode/distributed/LocatorUDPSecurityDUnitTest.java
 
b/geode-core/src/test/java/org/apache/geode/distributed/LocatorUDPSecurityDUnitTest.java
index bd37433..86fc5bc 100644
--- 
a/geode-core/src/test/java/org/apache/geode/distributed/LocatorUDPSecurityDUnitTest.java
+++ 
b/geode-core/src/test/java/org/apache/geode/distributed/LocatorUDPSecurityDUnitTest.java
@@ -49,6 +49,12 @@ public class LocatorUDPSecurityDUnitTest extends 
LocatorDUnitTest{
     p.setProperty(SECURITY_UDP_DHALGO, "AES:128");
   }
   
+  @Override
+  @Test
+  public void testStartTwoLocators() throws Exception {
+    super.testStartTwoLocators();
+  }
+  
   @Test
   public void testLocatorWithUDPSecurityButServer() throws Exception {
     disconnectAllFromDS();

Reply via email to