You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by el...@apache.org on 2014/11/22 23:04:44 UTC

[13/50] incubator-slider git commit: SLIDER-208 TestLongLivedProcess: with too many zk dirs the scan for a test-classes in the (limited) stdout buffer fails

SLIDER-208 TestLongLivedProcess: with too many zk dirs the scan for a test-classes in the (limited) stdout buffer fails


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0e4c5da8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0e4c5da8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/0e4c5da8

Branch: refs/heads/master
Commit: 0e4c5da89be486d0b6bc8a63a2d8d005825b455a
Parents: f1932ea
Author: Steve Loughran <st...@apache.org>
Authored: Mon Nov 10 22:42:51 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Mon Nov 10 22:48:10 2014 +0000

----------------------------------------------------------------------
 .../slider/server/services/workflow/TestLongLivedProcess.java      | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0e4c5da8/slider-core/src/test/java/org/apache/slider/server/services/workflow/TestLongLivedProcess.java
----------------------------------------------------------------------
diff --git a/slider-core/src/test/java/org/apache/slider/server/services/workflow/TestLongLivedProcess.java b/slider-core/src/test/java/org/apache/slider/server/services/workflow/TestLongLivedProcess.java
index 545ba48..0eb2b78 100644
--- a/slider-core/src/test/java/org/apache/slider/server/services/workflow/TestLongLivedProcess.java
+++ b/slider-core/src/test/java/org/apache/slider/server/services/workflow/TestLongLivedProcess.java
@@ -70,8 +70,6 @@ public class TestLongLivedProcess extends WorkflowServiceTestBase implements
     assertTrue("process stop callback not received", stopped);
     assertFalse(process.isRunning());
     assertEquals(0, process.getExitCode().intValue());
-
-    assertStringInOutput("test-classes", getFinalOutput());
   }
 
   @Test