You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/12/14 17:57:51 UTC

[36/50] [abbrv] geode git commit: GEODE-209: disable broken test until race condition is fixed

GEODE-209: disable broken test until race condition is fixed


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

Branch: refs/heads/feature/GEODE-1930
Commit: c48a350e33f4f74cf551ccba119436113bfc8bb2
Parents: c10a788
Author: Kirk Lund <kl...@apache.org>
Authored: Mon Dec 12 17:45:14 2016 -0800
Committer: Kirk Lund <kl...@apache.org>
Committed: Mon Dec 12 17:45:14 2016 -0800

----------------------------------------------------------------------
 .../golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java   | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/c48a350e/geode-core/src/test/java/org/apache/geode/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
----------------------------------------------------------------------
diff --git a/geode-core/src/test/java/org/apache/geode/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java b/geode-core/src/test/java/org/apache/geode/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
index 67798f2..eff4234 100755
--- a/geode-core/src/test/java/org/apache/geode/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
+++ b/geode-core/src/test/java/org/apache/geode/test/golden/FailWithTimeoutOfWaitForOutputToMatchJUnitTest.java
@@ -16,9 +16,11 @@ package org.apache.geode.test.golden;
 
 import static org.junit.Assert.*;
 
+import org.junit.Ignore;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
 
+import org.apache.geode.test.junit.categories.FlakyTest;
 import org.apache.geode.test.process.ProcessWrapper;
 import org.apache.geode.test.junit.categories.IntegrationTest;
 
@@ -46,6 +48,8 @@ public class FailWithTimeoutOfWaitForOutputToMatchJUnitTest extends FailOutputTe
   /**
    * Process output has an extra line and should fail
    */
+  @Category(FlakyTest.class) // GEODE-209
+  @Ignore // cause of GEODE-209 is process.destroy() closes the stream
   @Test
   public void testFailWithTimeoutOfWaitForOutputToMatch() throws Exception {
     this.process =