nsivabalan commented on code in PR #10820:
URL: https://github.com/apache/hudi/pull/10820#discussion_r1524251871
##########
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:
don't think parametrizing catches the actual bug.
I will push an update.
--
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]