Revert "HBASE-19504 Add TimeRange support into checkAndMutate; ADDENDUM to fix failing unit test"
Reverting an addendum in favor of patch at HBASE-20272.
This reverts commit 5da92ce352
.
This commit is contained in:
parent
5da92ce352
commit
a6debe4845
|
@ -342,8 +342,7 @@ public class TestAsyncTable {
|
|||
|
||||
@Test
|
||||
public void testCheckAndMutateWithTimeRange() throws Exception {
|
||||
TEST_UTIL.createTable(TableName.valueOf("testCheckAndMutateWithTimeRange" +
|
||||
System.currentTimeMillis()), FAMILY);
|
||||
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