aswinshakil commented on code in PR #4948: URL: https://github.com/apache/ozone/pull/4948#discussion_r1237828445
########## hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestOzoneFsSnapshot.java: ########## @@ -285,6 +285,19 @@ public void testDeleteBucketWithSnapshot() throws Exception { Assertions.assertTrue(listSnapKeyOut.contains(snapshotKeyPath)); } + @Test + public void testSnapshotDeleteSuccessAndFailure() throws Exception { Review Comment: Understood. The test was pretty small so added it to the same 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: 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