You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by bi...@apache.org on 2014/06/03 02:21:04 UTC

git commit: SLIDER-111 fixed failing tests

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 8f0cec886 -> b9aac1af2


SLIDER-111 fixed failing tests


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

Branch: refs/heads/develop
Commit: b9aac1af2c6fcc71a722746f040fdaa9ebfdf75f
Parents: 8f0cec8
Author: Billie Rinaldi <bi...@gmail.com>
Authored: Mon Jun 2 17:20:53 2014 -0700
Committer: Billie Rinaldi <bi...@gmail.com>
Committed: Mon Jun 2 17:20:53 2014 -0700

----------------------------------------------------------------------
 .../groovy/org/apache/slider/agent/actions/TestActionExists.groovy | 2 +-
 .../groovy/org/apache/slider/agent/actions/TestActionList.groovy   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b9aac1af/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 fefed8e..d150658 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
@@ -71,7 +71,7 @@ class TestActionExists extends AgentMiniClusterTestBase {
   @Test
   public void testExistsLiveCluster() throws Throwable {
     //launch the cluster
-    String clustername = "testExistsLiveCluster"
+    String clustername = "test_exists_live_cluster"
     ServiceLauncher launcher = createMasterlessAM(clustername, 0, true, false)
     SliderClient sliderClient = launcher.service
     addToTeardown(launcher)

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/b9aac1af/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionList.groovy
----------------------------------------------------------------------
diff --git a/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionList.groovy b/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionList.groovy
index 1849807..3d74fd6 100644
--- a/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionList.groovy
+++ b/slider-core/src/test/groovy/org/apache/slider/agent/actions/TestActionList.groovy
@@ -135,7 +135,7 @@ class TestActionList extends AgentMiniClusterTestBase {
           //varargs list of command line params
           [
               SliderActions.ACTION_LIST,
-              "testStatusMissingCluster"
+              "test_status_missing_cluster"
           ]
       )
       fail("expected an exception, got a status code " + launcher.serviceExitCode)