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
|
@Test
|
||||||
public void testCheckAndMutateWithTimeRange() throws Exception {
|
public void testCheckAndMutateWithTimeRange() throws Exception {
|
||||||
TEST_UTIL.createTable(TableName.valueOf("testCheckAndMutateWithTimeRange"), FAMILY);
|
|
||||||
AsyncTable<?> table = getTable.get();
|
AsyncTable<?> table = getTable.get();
|
||||||
final long ts = System.currentTimeMillis() / 2;
|
final long ts = System.currentTimeMillis() / 2;
|
||||||
Put put = new Put(row);
|
Put put = new Put(row);
|
||||||
|
|
Loading…
Reference in New Issue