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

This commit is contained in:
stack 2014-10-20 20:35:23 -07:00
parent 4cc489a69d
commit b416b5988b

View File

@ -193,7 +193,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" });