You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by jm...@apache.org on 2014/10/26 01:14:39 UTC

git commit: SLIDER-558 fix test failure

Repository: incubator-slider
Updated Branches:
  refs/heads/develop 971918661 -> dbc5a4de1


SLIDER-558 fix test failure


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

Branch: refs/heads/develop
Commit: dbc5a4de1653e8f6d9b9e32bb0c3a1b5f560d2af
Parents: 9719186
Author: Jon Maron <jm...@hortonworks.com>
Authored: Sat Oct 25 19:14:26 2014 -0400
Committer: Jon Maron <jm...@hortonworks.com>
Committed: Sat Oct 25 19:14:26 2014 -0400

----------------------------------------------------------------------
 .../src/test/python/agent/TestCustomServiceOrchestrator.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/dbc5a4de/slider-agent/src/test/python/agent/TestCustomServiceOrchestrator.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/test/python/agent/TestCustomServiceOrchestrator.py b/slider-agent/src/test/python/agent/TestCustomServiceOrchestrator.py
index a4cef94..4f81ea9 100644
--- a/slider-agent/src/test/python/agent/TestCustomServiceOrchestrator.py
+++ b/slider-agent/src/test/python/agent/TestCustomServiceOrchestrator.py
@@ -555,7 +555,7 @@ class TestCustomServiceOrchestrator(TestCase):
     config.getWorkRootPath.return_value = tempWorkDir
     config.getLogPath.return_value = tempdir
 
-    orchestrator = CustomServiceOrchestrator(config, dummy_controller)
+    orchestrator = CustomServiceOrchestrator(config, dummy_controller, self.agentToggleLogger)
     port_range = "48000-48005"
     port_range_full_list = [48000, 48001, 48002, 48003, 48004, 48005]
     allowed_ports = orchestrator.get_allowed_port_list(port_range, 3)