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/03/27 10:21:02 UTC

[16/50] [abbrv] hbase git commit: HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException

HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException


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

Branch: refs/heads/HBASE-19064
Commit: b50b2e51bff361e28d3522d2f4bc3aedac9b7d86
Parents: c44e886
Author: tedyu <yu...@gmail.com>
Authored: Sat Mar 24 06:27:20 2018 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Sat Mar 24 06:27:20 2018 -0700

----------------------------------------------------------------------
 .../test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/b50b2e51/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java
----------------------------------------------------------------------
diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java
index 576c0a7..d119f1c 100644
--- a/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java
+++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAsyncTable.java
@@ -342,7 +342,6 @@ public class TestAsyncTable {
 
   @Test
   public void testCheckAndMutateWithTimeRange() throws Exception {
-    TEST_UTIL.createTable(TableName.valueOf("testCheckAndMutateWithTimeRange"), FAMILY);
     AsyncTable<?> table = getTable.get();
     final long ts = System.currentTimeMillis() / 2;
     Put put = new Put(row);