ACCUMULO-2196 ConfigurableMacIT tests should each use their own dirs

Signed-off-by: Christopher Tubbs <ctubb...@apache.org>


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

Branch: refs/heads/master
Commit: e36ac378d13535b869336c0e6737274d255c72df
Parents: 9440d15
Author: Vikram Srivastava <vikr...@cloudera.com>
Authored: Thu Jan 23 15:33:49 2014 -0800
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Thu Jan 23 18:38:37 2014 -0500

----------------------------------------------------------------------
 .../org/apache/accumulo/test/functional/ConfigurableMacIT.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e36ac378/test/src/test/java/org/apache/accumulo/test/functional/ConfigurableMacIT.java
----------------------------------------------------------------------
diff --git 
a/test/src/test/java/org/apache/accumulo/test/functional/ConfigurableMacIT.java 
b/test/src/test/java/org/apache/accumulo/test/functional/ConfigurableMacIT.java
index 8dafe53..7899bf9 100644
--- 
a/test/src/test/java/org/apache/accumulo/test/functional/ConfigurableMacIT.java
+++ 
b/test/src/test/java/org/apache/accumulo/test/functional/ConfigurableMacIT.java
@@ -41,7 +41,8 @@ public class ConfigurableMacIT extends AbstractMacIT {
 
   @Before
   public void setUp() throws Exception {
-    MiniAccumuloConfigImpl cfg = new 
MiniAccumuloConfigImpl(createTestDir(this.getClass().getName()), ROOT_PASSWORD);
+    MiniAccumuloConfigImpl cfg = new MiniAccumuloConfigImpl(
+        createTestDir(this.getClass().getName() + "_" + 
this.testName.getMethodName()), ROOT_PASSWORD);
     cfg.setNativeLibPaths(NativeMapIT.nativeMapLocation().getAbsolutePath());
     configure(cfg);
     cfg.setProperty(Property.TSERV_NATIVEMAP_ENABLED, Boolean.TRUE.toString());

Reply via email to