You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kh...@apache.org on 2017/09/25 18:20:24 UTC

[geode] branch develop updated: GEODE-3692: Add Flaky tag to intemittent test failure

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

khowe 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 8dd2992  GEODE-3692: Add Flaky tag to intemittent test failure
8dd2992 is described below

commit 8dd29920193f91140b499d35ee9681bd3e3aa90e
Author: Ken Howe <kh...@pivotal.io>
AuthorDate: Mon Sep 25 10:43:07 2017 -0700

    GEODE-3692: Add Flaky tag to intemittent test failure
---
 .../src/test/java/org/apache/geode/security/ClientAuthDUnitTest.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/geode-core/src/test/java/org/apache/geode/security/ClientAuthDUnitTest.java b/geode-core/src/test/java/org/apache/geode/security/ClientAuthDUnitTest.java
index d7acf79..22f04de 100644
--- a/geode-core/src/test/java/org/apache/geode/security/ClientAuthDUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/security/ClientAuthDUnitTest.java
@@ -23,6 +23,7 @@ import org.apache.geode.test.dunit.VM;
 import org.apache.geode.test.dunit.internal.JUnit4DistributedTestCase;
 import org.apache.geode.test.dunit.rules.ServerStarterRule;
 import org.apache.geode.test.junit.categories.DistributedTest;
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.junit.categories.SecurityTest;
 import org.junit.Rule;
 import org.junit.Test;
@@ -39,6 +40,7 @@ public class ClientAuthDUnitTest extends JUnit4DistributedTestCase {
   public ServerStarterRule server = new ServerStarterRule()
       .withProperty(SECURITY_MANAGER, SimpleTestSecurityManager.class.getName()).withAutoStart();
 
+  @Category(FlakyTest.class) // GEODE-3692 - Intermittent test failure on nightly builds
   @Test
   public void authWithCorrectPasswordShouldPass() {
     client1.invoke("logging in super-user with correct password", () -> {

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].