HBASE-20272 TestAsyncTable#testCheckAndMutateWithTimeRange fails due to TableExistsException
This commit is contained in:
parent
a6debe4845
commit
c8c670b561
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue