nastra commented on code in PR #8707: URL: https://github.com/apache/iceberg/pull/8707#discussion_r1349886330
########## dell/src/test/java/org/apache/iceberg/dell/mock/ecs/EcsS3MockRule.java: ########## @@ -178,4 +163,16 @@ public String bucket() { public String randomObjectName() { return "test-" + ID.getAndIncrement() + "-" + UUID.randomUUID(); } + + @Override + public void afterEach(ExtensionContext extensionContext) { + System.out.println("Bucket removed"); Review Comment: I would remove those println statements -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org