HBASE-12226 TestAccessController#testPermissionList failing on master (Srikranth Srungarapu)

This commit is contained in:
stack 2014-10-20 20:35:23 -07:00
parent 3e073924be
commit c7f51db135
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class TestAccessController extends SecureTestUtil {
Coprocessor.PRIORITY_HIGHEST, 1, conf);
// Wait for the ACL table to become available
TEST_UTIL.waitTableEnabled(AccessControlLists.ACL_TABLE_NAME);
TEST_UTIL.waitUntilAllRegionsAssigned(AccessControlLists.ACL_TABLE_NAME);
// create a set of test users
SUPERUSER = User.createUserForTesting(conf, "admin", new String[] { "supergroup" });