guluo2016 commented on code in PR #7195:
URL: https://github.com/apache/hbase/pull/7195#discussion_r2276267273
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/master/snapshot/TestTakeSnapshotHandler.java:
##########
@@ -100,6 +104,19 @@ public void testPreparePreserveMaxFileSizeDisabled()
throws Exception {
assertEquals(-1, UTIL.getAdmin().getDescriptor(cloned).getMaxFileSize());
}
+ @Test()
Review Comment:
A little tip: When there are no parameters, `@Test` is used more often than
`@Test()`.
--
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]