HorizonNet commented on a change in pull request #483: HBASE-22841 Add more
factory functions to TimeRange
URL: https://github.com/apache/hbase/pull/483#discussion_r313516422
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestFromClientSide.java
##########
@@ -4866,12 +4866,48 @@ public void testCheckAndMutateWithTimeRange() throws
IOException {
.thenPut(put);
assertFalse(ok);
+ ok = table.checkAndMutate(ROW, FAMILY).qualifier(QUALIFIER)
Review comment:
Could you please add a short comment for every test what the purpose is (or
move them into separate, small test cases)?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services