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:36:08 UTC

hbase git commit: HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService

Repository: hbase
Updated Branches:
  refs/heads/master 3fa27c238 -> 77153d4dc


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/77153d4d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/77153d4d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/77153d4d

Branch: refs/heads/master
Commit: 77153d4dc69f3cdfc3daeb9b8658c964f3c840d1
Parents: 3fa27c2
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:08 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/77153d4d/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 739dbd1..e106434 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()