liuxiaocs7 commented on code in PR #8185:
URL: https://github.com/apache/hbase/pull/8185#discussion_r3210553090


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompactionFileNotFound.java:
##########
@@ -193,9 +187,9 @@ public void testCompactionAfterRefresh() throws Exception {
       } catch (IOException e) {
         LOG.error("Got an exception during compaction", e);
         if (e instanceof FileNotFoundException) {
-          Assert.fail("Got a FNFE during compaction");
+          fail("Got a FNFE during compaction");

Review Comment:
   make sense, fixed



-- 
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]

Reply via email to