[
https://issues.apache.org/jira/browse/HBASE-14484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14907044#comment-14907044
]
stack commented on HBASE-14484:
-------------------------------
Pushed addendum that added in missing import.
commit 39e45028cb60ab34d8e7fd9b3f5243e7b0beaab0
Author: stack <[email protected]>
Date: Thu Sep 24 14:08:45 2015 -0700
HBASE-14421 Follow-on from HBASE-14421, just disable TestFastFail* until
someone digs in and fixes it; ADDENDUM -- missing import
diff --git
a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFastFail.java
b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFastFail.java
index e6598a1..acb8ef9 100644
---
a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFastFail.java
+++
b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFastFail.java
@@ -52,6 +52,7 @@ import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
+import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Category({MediumTests.class})
> Follow-on from HBASE-14421, just disable TestFastFail* until someone digs in
> and fixes it
> -----------------------------------------------------------------------------------------
>
> Key: HBASE-14484
> URL: https://issues.apache.org/jira/browse/HBASE-14484
> Project: HBase
> Issue Type: Sub-task
> Components: test
> Reporter: stack
> Assignee: stack
> Fix For: 2.0.0, 1.2.0, 1.3.0
>
> Attachments: 14421.txt,
> org.apache.hadoop.hbase.client.TestFastFail-output.txt
>
>
> TestFastFail just hung as a zombie here on branch-1:
> https://builds.apache.org/job/PreCommit-HBASE-Build/15723/artifact/hbase/hbase-server/target/surefire-reports/org.apache.hadoop.hbase.client.TestFastFail-output.txt
> I've attached the failure. Over in HBASE-14421, we removed asserts that
> seemed 'soft'. Now, just going to disable this test that can go zombie till
> someone interested in fixing it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)