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:
Michael Stack 2018-03-24 12:41:26 -07:00
parent 5da92ce352
commit a6debe4845
1 changed files with 1 additions and 2 deletions

View File

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