ashutosh-roy commented on code in PR #8707:
URL: https://github.com/apache/iceberg/pull/8707#discussion_r1346869623


##########
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");
+    cleanUp();
+  }
+
+  @Override
+  public void beforeEach(ExtensionContext extensionContext) {
+    System.out.println("Bucket removed");

Review Comment:
   @nk1506 if there are no feedbacks, are we good to merge this?



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

Reply via email to