wombatu-kun commented on code in PR #10820:
URL: https://github.com/apache/hudi/pull/10820#discussion_r1524316742


##########
hudi-client/hudi-spark-client/src/test/java/org/apache/hudi/client/functional/TestHoodieBackedMetadata.java:
##########
@@ -2880,9 +2880,10 @@ public void testErrorCases() throws Exception {
     }
   }
 
-  @Test
-  public void testMetadataTableWithLongLog() throws Exception {
-    init(COPY_ON_WRITE, false);
+  @ParameterizedTest
+  @EnumSource(HoodieTableType.class)

Review Comment:
   but it fails with:
   AssertionFailedError: Expected 
org.apache.hudi.exception.HoodieMetadataException to be thrown, but nothing was 
thrown.



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