Apache9 commented on a change in pull request #3158:
URL: https://github.com/apache/hbase/pull/3158#discussion_r613099330
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/rsgroup/TestRSGroupsWithACL.java
##########
@@ -112,6 +112,7 @@ 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.waitUntilNoRegionsInTransition();
Review comment:
I think here we need to wait for hbase:rsgroup table to be assigned too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]