Skip to content

Commit

Permalink
HBASE-25763 TestRSGroupsWithACL.setupBeforeClass is flaky (#3158)
Browse files Browse the repository at this point in the history
Signed-off-by: Duo Zhang <[email protected]>
Signed-off-by: Yulin Niu <[email protected]>
  • Loading branch information
sunhelly authored Apr 21, 2021
1 parent 781da18 commit 0d257ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ public static void setupBeforeClass() throws Exception {
TEST_UTIL.startMiniCluster();
// Wait for the ACL table to become available
TEST_UTIL.waitUntilAllRegionsAssigned(PermissionStorage.ACL_TABLE_NAME);
TEST_UTIL.waitUntilAllRegionsAssigned(RSGroupInfoManagerImpl.RSGROUP_TABLE_NAME);
TEST_UTIL.waitUntilNoRegionsInTransition();

// create a set of test users
SUPERUSER = User.createUserForTesting(conf, "admin", new String[] { "supergroup" });
Expand Down

0 comments on commit 0d257ba

Please sign in to comment.