You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/01/29 21:36:47 UTC

[05/12] git commit: ACCUMULO-2276 Re-fix the package names to the correct ones.

ACCUMULO-2276 Re-fix the package names to the correct ones.


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

Branch: refs/heads/master
Commit: 25a0493e3bf61ad8f6b2fef5a6bf269e52d13911
Parents: 265a99b
Author: Josh Elser <el...@apache.org>
Authored: Wed Jan 29 14:31:35 2014 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Wed Jan 29 15:24:57 2014 -0500

----------------------------------------------------------------------
 test/system/auto/simple/zooCacheTest.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/25a0493e/test/system/auto/simple/zooCacheTest.py
----------------------------------------------------------------------
diff --git a/test/system/auto/simple/zooCacheTest.py b/test/system/auto/simple/zooCacheTest.py
index 6f8113f..771e34d 100755
--- a/test/system/auto/simple/zooCacheTest.py
+++ b/test/system/auto/simple/zooCacheTest.py
@@ -34,10 +34,10 @@ class ZooCacheTest(TestUtilsMixin, unittest.TestCase):
         shutil.rmtree('/tmp/zcTest-42', ignore_errors=True, onerror=None)
         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.server.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
-        handleR2 = self.runClassOn('localhost', 'org.apache.accumulo.server.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
-        handleR3 = self.runClassOn('localhost', 'org.apache.accumulo.server.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
-        handleW = self.runClassOn('localhost', 'org.apache.accumulo.server.test.functional.CacheTestWriter', ['/zcTest-42','/tmp/zcTest-42','3','500'])
+        handleR1 = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
+        handleR2 = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
+        handleR3 = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestReader', ['/zcTest-42','/tmp/zcTest-42', ZOOKEEPERS])
+        handleW = self.runClassOn('localhost', 'org.apache.accumulo.test.functional.CacheTestWriter', ['/zcTest-42','/tmp/zcTest-42','3','500'])
         self.waitForStop(handleW, 120 * self.timeout_factor)
         self.waitForStop(handleR1, 1)
         self.waitForStop(handleR2, 1)