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
|
@Test
|
||||||
public void testCheckAndMutateWithTimeRange() throws Exception {
|
public void testCheckAndMutateWithTimeRange() throws Exception {
|
||||||
TEST_UTIL.createTable(TableName.valueOf("testCheckAndMutateWithTimeRange" +
|
TEST_UTIL.createTable(TableName.valueOf("testCheckAndMutateWithTimeRange"), FAMILY);
|
||||||
System.currentTimeMillis()), 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