You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/11/10 00:46:54 UTC

[2/3] incubator-slider git commit: SLIDER-630. slider-agent unit tests fail on debian and suse and windows

SLIDER-630. slider-agent unit tests fail on debian and suse and windows


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

Branch: refs/heads/releases/slider-0.60
Commit: 131221e38a9bca00f63383fb566203ebfcc0a985
Parents: 16a48df
Author: Sumit Mohanty <sm...@hortonworks.com>
Authored: Sun Nov 9 14:34:38 2014 -0800
Committer: Sumit Mohanty <sm...@hortonworks.com>
Committed: Sun Nov 9 15:07:12 2014 -0800

----------------------------------------------------------------------
 slider-agent/src/test/python/agent/TestPythonExecutor.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/131221e3/slider-agent/src/test/python/agent/TestPythonExecutor.py
----------------------------------------------------------------------
diff --git a/slider-agent/src/test/python/agent/TestPythonExecutor.py b/slider-agent/src/test/python/agent/TestPythonExecutor.py
index 9a46bd5..0a43639 100644
--- a/slider-agent/src/test/python/agent/TestPythonExecutor.py
+++ b/slider-agent/src/test/python/agent/TestPythonExecutor.py
@@ -33,6 +33,7 @@ from PythonExecutor import PythonExecutor
 from AgentConfig import AgentConfig
 from mock.mock import MagicMock, patch
 from AgentToggleLogger import AgentToggleLogger
+import os
 
 class TestPythonExecutor(TestCase):
   def setUp(self):