dramaticlly commented on code in PR #13653:
URL: https://github.com/apache/iceberg/pull/13653#discussion_r2229000829


##########
core/src/test/java/org/apache/iceberg/TestTransaction.java:
##########
@@ -239,6 +241,43 @@ public void testTransactionConflict() {
         .hasMessage("Injected failure");
   }
 
+  @TestTemplate
+  public void testTransactionFailureBulkDeletionCleanup() {
+    cleanupTables();

Review Comment:
   thanks @nastra . Initially I added this because I want to clean up the 
default table created in 
[TestBase](https://github.com/apache/iceberg/blob/main/core/src/test/java/org/apache/iceberg/TestBase.java#L219)@BeforeEach
 as I reuse the table name. 
   
   Now with the new patch, I moved this unit test to be self-contained



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