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:
parent
839ba8b4c5
commit
302ce0325b
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue