You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2021/04/14 09:43:59 UTC

[GitHub] [hbase] Apache9 commented on a change in pull request #3158: HBASE-25763 TestRSGroupsWithACL.setupBeforeClass is flaky

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:
users@infra.apache.org