Skip to content

Commit

Permalink
HBASE-22424 Interactions in RSGroup test classes will cause TestRSGro…
Browse files Browse the repository at this point in the history
…upsAdmin2.testMoveServersAndTables and TestRSGroupsBalance.testGroupBalance flaky

Signed-off-by: Guanghao Zhang <[email protected]>
  • Loading branch information
sunhelly authored and infraio committed May 17, 2019
1 parent e1d023d commit 759ee21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 759ee21

Please sign in to comment.