Apache9 commented on a change in pull request #4072:
URL: https://github.com/apache/hbase/pull/4072#discussion_r793411527
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestResult.java
##########
@@ -131,18 +131,6 @@ public void testCurrentOnEmptyCell() throws IOException {
assertNull(r.current());
}
- @Test
- public void testAdvanceTwiceOnEmptyCell() throws IOException {
Review comment:
Better keep this test but use two assertFalse to confirm that the second
advance call will return false?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]