HBASE-22424 Interactions in RSGroup test classes will cause TestRSGroupsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky
Signed-off-by: Guanghao Zhang <zghao@apache.org>
This commit is contained in:
parent
8099608439
commit
8b8366f2ae
|
@ -78,7 +78,7 @@ public abstract class TestRSGroupsBase {
|
|||
protected static HBaseCluster cluster;
|
||||
protected static RSGroupAdmin rsGroupAdmin;
|
||||
protected static HMaster master;
|
||||
protected static boolean INIT = false;
|
||||
protected boolean INIT = false;
|
||||
protected static RSGroupAdminEndpoint rsGroupAdminEndpoint;
|
||||
protected static CPMasterObserver observer;
|
||||
|
||||
|
|
Loading…
Reference in New Issue