You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2016/06/02 18:12:29 UTC

hbase git commit: HBASE-14140 TestVisibilityLabelsWithACL should wait for system regions to be assigned

Repository: hbase
Updated Branches:
  refs/heads/HBASE-7912 8a2b95cfc -> e97e7bdca


HBASE-14140 TestVisibilityLabelsWithACL should wait for system regions to be assigned


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e97e7bdc
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e97e7bdc
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e97e7bdc

Branch: refs/heads/HBASE-7912
Commit: e97e7bdcadaafa85a551c7bca39d5ed69fe2c490
Parents: 8a2b95c
Author: tedyu <yu...@gmail.com>
Authored: Thu Jun 2 11:12:24 2016 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Thu Jun 2 11:12:24 2016 -0700

----------------------------------------------------------------------
 .../hbase/security/visibility/TestVisibilityLabelsWithACL.java      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e97e7bdc/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
index f67296d..0a6e422 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabelsWithACL.java
@@ -91,6 +91,7 @@ public class TestVisibilityLabelsWithACL {
     TEST_UTIL.waitTableEnabled(AccessControlLists.ACL_TABLE_NAME.getName(), 50000);
     // Wait for the labels table to become available
     TEST_UTIL.waitTableEnabled(LABELS_TABLE_NAME.getName(), 50000);
+    TEST_UTIL.waitUntilAllSystemRegionsAssigned();
     addLabels();
 
     // Create users for testing