Test fix for broke TestSplitTransactionOnCluster on hudson
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1066335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b30bf2a09
commit
3a4f0f3bf1
|
@ -60,6 +60,7 @@ public class TestSplitTransactionOnCluster {
|
|||
new HBaseTestingUtility();
|
||||
|
||||
@BeforeClass public static void before() throws Exception {
|
||||
TESTING_UTIL.getConfiguration().setInt("hbase.balancer.period", 60000);
|
||||
TESTING_UTIL.startMiniCluster(2);
|
||||
}
|
||||
|
||||
|
@ -289,4 +290,4 @@ public class TestSplitTransactionOnCluster {
|
|||
LOG.info(prefix + region.getRegionNameAsString());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue