nsivabalan commented on a change in pull request #3956:
URL: https://github.com/apache/hudi/pull/3956#discussion_r751329013



##########
File path: 
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/TestHoodieClientMultiWriter.java
##########
@@ -136,6 +138,62 @@ public void 
testMultiWriterWithAsyncTableServicesWithConflictMOR() throws Except
     
testMultiWriterWithAsyncTableServicesWithConflict(HoodieTableType.MERGE_ON_READ);
   }
 
+  @ParameterizedTest
+  @EnumSource(value = HoodieTableType.class, names = {"COPY_ON_WRITE", 
"MERGE_ON_READ"})

Review comment:
       unless cleaning kicks in, rollback of failed writes may not get 
triggered. 




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to