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

[12/50] hbase git commit: HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService

HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService

Signed-off-by: zhangduo <zh...@apache.org>


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

Branch: refs/heads/HBASE-19397-branch-2
Commit: fb480775d5d565f6d7afda1fb9d9675035b28fb5
Parents: e4aeb46
Author: Guanghao Zhang <zg...@apache.org>
Authored: Tue Feb 6 18:15:22 2018 +0800
Committer: zhangduo <zh...@apache.org>
Committed: Tue Feb 6 20:30:16 2018 +0800

----------------------------------------------------------------------
 .../hadoop/hbase/security/visibility/TestVisibilityLabels.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/fb480775/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
index 932f63e..a7187cd 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/security/visibility/TestVisibilityLabels.java
@@ -365,7 +365,7 @@ public abstract class TestVisibilityLabels {
     }
   }
 
-  @Test(timeout = 60 * 1000)
+  @Test
   public void testVisibilityLabelsOnRSRestart() throws Exception {
     final TableName tableName = TableName.valueOf(TEST_NAME.getMethodName());
     List<RegionServerThread> regionServerThreads = TEST_UTIL.getHBaseCluster()