You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/07/17 04:33:22 UTC

[20/50] [abbrv] git commit: ACCUMULO-1557 applying Jonathan Hsieh's patch

ACCUMULO-1557 applying Jonathan Hsieh's patch

git-svn-id: https://svn.apache.org/repos/asf/accumulo/branches/1.5@1500878 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/ACCUMULO-1496
Commit: d7a7fbcddce486aef1b59146dc530c0cf8bf2465
Parents: 86f1a22
Author: Eric C. Newton <ec...@apache.org>
Authored: Mon Jul 8 18:48:45 2013 +0000
Committer: Eric C. Newton <ec...@apache.org>
Committed: Mon Jul 8 18:48:45 2013 +0000

----------------------------------------------------------------------
 test/system/auto/simple/zooCacheTest.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/d7a7fbcd/test/system/auto/simple/zooCacheTest.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/zooCacheTest.py b/test/system/auto/simple/zooCacheTest.py
index e1e4bce..fcbb3ab 100755
--- a/test/system/auto/simple/zooCacheTest.py
+++ b/test/system/auto/simple/zooCacheTest.py
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 import os
-
+import shutil
 import unittest
 import time
 
@@ -30,6 +30,7 @@ class ZooCacheTest(TestUtilsMixin, unittest.TestCase):
         self.create_config_file(self.settings.copy())
         
     def runTest(self):
+        shutil.rmtree('/tmp/zcTest-42')
         handleCC = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestClean', ['/zcTest-42','/tmp/zcTest-42'])
         self.waitForStop(handleCC, 10)
         handleR1 = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])