HBASE-15098 Normalizer switch in configuration is not used; addendum
This commit is contained in:
parent
44dc9d1162
commit
8f34f85fe7
|
@ -61,7 +61,6 @@ public class TestSimpleRegionNormalizerOnCluster {
|
|||
public static void beforeAllTests() throws Exception {
|
||||
// we will retry operations when PleaseHoldException is thrown
|
||||
TEST_UTIL.getConfiguration().setInt(HConstants.HBASE_CLIENT_RETRIES_NUMBER, 3);
|
||||
TEST_UTIL.getConfiguration().setBoolean(QuotaUtil.QUOTA_CONF_KEY, true);
|
||||
|
||||
// Start a cluster of two regionservers.
|
||||
TEST_UTIL.startMiniCluster(1);
|
||||
|
|
Loading…
Reference in New Issue