smengcl commented on code in PR #5083: URL: https://github.com/apache/ozone/pull/5083#discussion_r1280535927
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java: ########## @@ -1036,6 +1074,349 @@ public void testInstallCorruptedCheckpointFailure() throws Exception { assertLogCapture(logCapture, msg); } + @Test + @DisplayName("testSnapshotBackgroundServices") + @SuppressWarnings("methodlength") + public void testSnapshotBackgroundServices() + throws Exception { Review Comment: It's a 300+-line test. It might be worth to write a block of comment at the beginning to state what is being tested. -- 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: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org