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:
haxiaolin 2019-05-15 17:12:53 +08:00 committed by Guanghao Zhang
parent 8099608439
commit 8b8366f2ae
1 changed files with 1 additions and 1 deletions

View File

@ -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;