Repository: hbase Updated Branches: refs/heads/branch-2 e4aeb4617 -> fb480775d
HBASE-19944 Fix timeout TestVisibilityLabelsWithCustomVisLabService Signed-off-by: zhangduo <[email protected]> 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/branch-2 Commit: fb480775d5d565f6d7afda1fb9d9675035b28fb5 Parents: e4aeb46 Author: Guanghao Zhang <[email protected]> Authored: Tue Feb 6 18:15:22 2018 +0800 Committer: zhangduo <[email protected]> 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()
