You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2018/12/28 22:37:55 UTC

hbase git commit: HBASE-21646 Flakey TestTableSnapshotInputFormat; DisableTable not completing... Amendment to fix checkstyle complaint

Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 5e9b401ba -> 57bc1bf18


 HBASE-21646 Flakey TestTableSnapshotInputFormat; DisableTable not completing...
 Amendment to fix checkstyle complaint


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

Branch: refs/heads/branch-2.0
Commit: 57bc1bf18d32327a289ce9080d47b25a177b6717
Parents: 5e9b401
Author: stack <st...@apache.org>
Authored: Fri Dec 28 14:37:32 2018 -0800
Committer: stack <st...@apache.org>
Committed: Fri Dec 28 14:37:32 2018 -0800

----------------------------------------------------------------------
 .../hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/57bc1bf1/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java
----------------------------------------------------------------------
diff --git a/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java b/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java
index ed38e3f..ddbbcdc 100644
--- a/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java
+++ b/hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/mapreduce/TableSnapshotInputFormatTestBase.java
@@ -42,7 +42,6 @@ import org.apache.hadoop.hbase.util.Bytes;
 import org.apache.hadoop.hbase.util.FSUtils;
 import org.apache.hadoop.hbase.util.HFileArchiveUtil;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;