You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2015/11/23 18:20:45 UTC

[33/50] incubator-slider git commit: SLIDER-970: AASleepIT: compilation failures

SLIDER-970: AASleepIT: compilation failures


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

Branch: refs/heads/develop
Commit: 10abc40f0576eb4f008e17939e7f2cab6c01f35d
Parents: a6eb923
Author: Steve Loughran <st...@apache.org>
Authored: Thu Nov 19 13:01:07 2015 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Thu Nov 19 13:01:07 2015 +0000

----------------------------------------------------------------------
 .../groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/10abc40f/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy
index e4a5d83..e549b70 100644
--- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy
+++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/lifecycle/AASleepIT.groovy
@@ -67,8 +67,8 @@ public class AASleepIT extends AgentCommandTestBase
     SliderShell shell = createSliderApplicationMinPkg(CLUSTER,
         TEST_METADATA,
         TEST_RESOURCE,
-        null,
-        [ARG_RES_COMP_OPT, SLEEP_LONG, "$desired"],
+        ResourcePaths.SLEEP_APPCONFIG,
+        [ARG_RES_COMP_OPT, SLEEP_LONG, Integer.toString(desired)],
         launchReportFile)
 
     logShell(shell)