Changing the test to cleanup all old artifacts.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/a0d44129 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/a0d44129 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/a0d44129 Branch: refs/heads/console-v2 Commit: a0d44129e3bdd0566fc650163053c46b3927b59b Parents: 2b068fe Author: Aaron McCurry <[email protected]> Authored: Sun Mar 23 17:04:41 2014 -0400 Committer: Aaron McCurry <[email protected]> Committed: Sun Mar 23 17:04:41 2014 -0400 ---------------------------------------------------------------------- .../indexserver/MasterBasedDistributedLayoutFactoryTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/a0d44129/blur-core/src/test/java/org/apache/blur/manager/indexserver/MasterBasedDistributedLayoutFactoryTest.java ---------------------------------------------------------------------- diff --git a/blur-core/src/test/java/org/apache/blur/manager/indexserver/MasterBasedDistributedLayoutFactoryTest.java b/blur-core/src/test/java/org/apache/blur/manager/indexserver/MasterBasedDistributedLayoutFactoryTest.java index b912b2e..2e242e6 100644 --- a/blur-core/src/test/java/org/apache/blur/manager/indexserver/MasterBasedDistributedLayoutFactoryTest.java +++ b/blur-core/src/test/java/org/apache/blur/manager/indexserver/MasterBasedDistributedLayoutFactoryTest.java @@ -27,7 +27,6 @@ import java.util.Map.Entry; import java.util.TreeMap; import org.apache.blur.MiniCluster; -import org.apache.blur.manager.clusterstatus.ZookeeperPathConstants; import org.apache.zookeeper.KeeperException; import org.apache.zookeeper.WatchedEvent; import org.apache.zookeeper.Watcher; @@ -68,7 +67,7 @@ public class MasterBasedDistributedLayoutFactoryTest { } }); - rmr(_zooKeeper, ZookeeperPathConstants.getShardLayoutPath(cluster)); + rmr(_zooKeeper, "/blur"); } @After
