HBASE-25334 TestRSGroupsFallback.testFallback is flaky (#2712)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
parent
7da90a1e23
commit
f71eb27be1
|
@ -25,6 +25,7 @@ import java.util.Collections;
|
|||
import org.apache.hadoop.conf.Configuration;
|
||||
import org.apache.hadoop.hbase.HBaseClassTestRule;
|
||||
import org.apache.hadoop.hbase.HBaseTestingUtility;
|
||||
import org.apache.hadoop.hbase.HConstants;
|
||||
import org.apache.hadoop.hbase.TableName;
|
||||
import org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder;
|
||||
import org.apache.hadoop.hbase.client.TableDescriptor;
|
||||
|
@ -61,6 +62,7 @@ public class TestRSGroupsFallback extends TestRSGroupsBase {
|
|||
public static void setUp() throws Exception {
|
||||
Configuration conf = TEST_UTIL.getConfiguration();
|
||||
conf.setBoolean(RSGroupBasedLoadBalancer.FALLBACK_GROUP_ENABLE_KEY, true);
|
||||
conf.setInt(HConstants.HBASE_BALANCER_MAX_BALANCING, 0);
|
||||
setUpTestBeforeClass();
|
||||
MASTER.balanceSwitch(true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue