You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2016/10/06 22:09:02 UTC

incubator-geode git commit: GEODE-1931 CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

Repository: incubator-geode
Updated Branches:
  refs/heads/develop c1e46c202 -> 71f6d677e


GEODE-1931  CI Failure: LocatorUDPSecurityDUnitTest.testStartTwoLocators

adding @Category(FlakyTest.class), which didn't make it into the last
commit.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/71f6d677
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/71f6d677
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/71f6d677

Branch: refs/heads/develop
Commit: 71f6d677e4519852b8427fb827131f5fd176ffd2
Parents: c1e46c2
Author: Bruce Schuchardt <bs...@pivotal.io>
Authored: Thu Oct 6 15:08:00 2016 -0700
Committer: Bruce Schuchardt <bs...@pivotal.io>
Committed: Thu Oct 6 15:08:00 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/71f6d677/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 86fc5bc..ac9eb70 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
@@ -22,6 +22,7 @@ import java.util.Properties;
 
 import org.junit.Assert;
 import org.junit.Test;
+import org.junit.experimental.categories.Category;
 
 import org.apache.geode.GemFireConfigException;
 import org.apache.geode.distributed.internal.DistributionConfig;
@@ -35,6 +36,7 @@ import org.apache.geode.test.dunit.SerializableRunnable;
 import org.apache.geode.test.dunit.VM;
 import org.apache.geode.test.dunit.Wait;
 import org.apache.geode.test.dunit.WaitCriterion;
+import org.apache.geode.test.junit.categories.FlakyTest;
 
 import static org.apache.geode.distributed.ConfigurationProperties.*;
 
@@ -50,6 +52,7 @@ public class LocatorUDPSecurityDUnitTest extends LocatorDUnitTest{
   }
   
   @Override
+  @Category(FlakyTest.class)
   @Test
   public void testStartTwoLocators() throws Exception {
     super.testStartTwoLocators();