HBASE-8067 TestHFileArchiving.testArchiveOnTableDelete sometimes fails

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1457345 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
mbertozzi 2013-03-16 23:42:43 +00:00
parent 839ba8b4c5
commit 302ce0325b
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ public class TestHFileArchiving {
public static void setupCluster() throws Exception {
setupConf(UTIL.getConfiguration());
UTIL.startMiniCluster();
// We don't want the cleaner to remove files. The tests do that.
UTIL.getMiniHBaseCluster().getMaster().getHFileCleaner().interrupt();
}
private static void setupConf(Configuration conf) {