HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException

This commit is contained in:
tedyu 2018-03-24 06:27:20 -07:00 committed by Michael Stack
parent a6debe4845
commit c8c670b561
1 changed files with 0 additions and 1 deletions

View File

@ -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);