Apache9 commented on a change in pull request #3572:
URL: https://github.com/apache/hbase/pull/3572#discussion_r688490034
##########
File path:
hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestTableSnapshotScanner.java
##########
@@ -460,7 +460,7 @@ public void testMergeRegion() throws Exception {
}
} catch (Exception e) {
LOG.error("scan snapshot error", e);
- Assert.fail("Should not throw FileNotFoundException");
+ Assert.fail("Should not throw Exception: " + e.getMessage());
Review comment:
We have a fail call here, then the two asserts below are useless?
--
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]