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

git commit: SLIDER-207 Remove extraneous character in front of ipc.client.connect.retry.interval

Repository: incubator-slider
Updated Branches:
  refs/heads/develop f94e10393 -> 4933cd8a5


SLIDER-207 Remove extraneous character in front of ipc.client.connect.retry.interval


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

Branch: refs/heads/develop
Commit: 4933cd8a5b40ec0964986bc61c2ac114b8622311
Parents: f94e103
Author: tedyu <yu...@gmail.com>
Authored: Wed Jul 2 21:07:12 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Wed Jul 2 21:07:12 2014 -0700

----------------------------------------------------------------------
 .../org/apache/slider/funtest/basic/TestClusterConnectivity.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/4933cd8a/slider-funtest/src/test/groovy/org/apache/slider/funtest/basic/TestClusterConnectivity.groovy
----------------------------------------------------------------------
diff --git a/slider-funtest/src/test/groovy/org/apache/slider/funtest/basic/TestClusterConnectivity.groovy b/slider-funtest/src/test/groovy/org/apache/slider/funtest/basic/TestClusterConnectivity.groovy
index dcc7333..8436dc9 100644
--- a/slider-funtest/src/test/groovy/org/apache/slider/funtest/basic/TestClusterConnectivity.groovy
+++ b/slider-funtest/src/test/groovy/org/apache/slider/funtest/basic/TestClusterConnectivity.groovy
@@ -60,7 +60,7 @@ class TestClusterConnectivity extends CommandTestBase {
     testRMTelnet()
     SliderYarnClientImpl yarnClient = new SliderYarnClientImpl()
     try {
-      SLIDER_CONFIG.setInt("ipc.client.connect.retry.interval",100)
+      SLIDER_CONFIG.setInt("ipc.client.connect.retry.interval",100)
       SLIDER_CONFIG.setInt(
           YarnConfiguration.RESOURCEMANAGER_CONNECT_MAX_WAIT_MS,5000)
       SLIDER_CONFIG.setInt(