Repository: incubator-slider Updated Branches: refs/heads/feature/SLIDER-460-stderr [created] a8b249bfa
SLIDER-148 one final unit test on the exists command Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/4dbc1161 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/4dbc1161 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/4dbc1161 Branch: refs/heads/feature/SLIDER-460-stderr Commit: 4dbc11610262d8d506e8f13143186218bc077930 Parents: ac76781 Author: Steve Loughran <[email protected]> Authored: Tue Oct 21 18:57:00 2014 +0100 Committer: Steve Loughran <[email protected]> Committed: Tue Oct 21 18:57:00 2014 +0100 ---------------------------------------------------------------------- .../groovy/org/apache/slider/agent/actions/TestActionExists.groovy | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/4dbc1161/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionExists.groovy ---------------------------------------------------------------------- diff --git a/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionExists.groovy b/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionExists.groovy index 2645e27..277fa7d 100644 --- a/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionExists.groovy +++ b/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionExists.groovy @@ -124,6 +124,7 @@ class TestActionExists extends AgentMiniClusterTestBase { //but the cluster is still there for the default assert 0 == sliderClient.actionExists(clustername, false) + assert LauncherExitCodes.EXIT_FALSE == sliderClient.actionExists(clustername, args) } }
