HBASE-25763 TestRSGroupsWithACL.setupBeforeClass is flaky (#3158)

Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Yulin Niu <niuyulin@apache.org>
This commit is contained in:
haxiaolin 2021-04-21 14:41:51 +08:00 committed by niuyulin
parent 9cf8a48d20
commit 4b916ea0eb
1 changed files with 2 additions and 0 deletions

View File

@ -119,6 +119,8 @@ public class TestRSGroupsWithACL extends SecureTestUtil{
getMasterCoprocessorHost().findCoprocessor(RSGroupAdminEndpoint.class.getName());
// 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" });