You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/09/13 21:59:15 UTC

[4/4] hbase git commit: HBASE-18346 TestRSKilledWhenInitializing failing on branch-1 (branch-1.4)

HBASE-18346 TestRSKilledWhenInitializing failing on branch-1 (branch-1.4)

Temporarily disabled flaky test TestRSKilledWhenInitializing


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

Branch: refs/heads/branch-1.4
Commit: e985d9f15c79d7616117c0d9c0b8a45ab64f63b5
Parents: 3d28bd6
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Sep 13 14:48:36 2017 -0700
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Sep 13 14:49:05 2017 -0700

----------------------------------------------------------------------
 .../hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e985d9f1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java
index 8dd2457..f650a79 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSKilledWhenInitializing.java
@@ -47,6 +47,7 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
 import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.JVMClusterUtil.MasterThread;
 import org.apache.hadoop.hbase.util.Threads;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.experimental.categories.Category;
@@ -58,6 +59,7 @@ import org.junit.rules.TestRule;
  * from list of online regions. See HBASE-9593.
  */
 @Category({RegionServerTests.class, MediumTests.class})
+@Ignore("Flaky, see HBASE-18346")
 public class TestRSKilledWhenInitializing {
   private static final Log LOG = LogFactory.getLog(TestRSKilledWhenInitializing.class);
   @Rule public TestName testName = new TestName();