[ https://issues.apache.org/jira/browse/HUDI-2253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17390236#comment-17390236 ]
ASF GitHub Bot commented on HUDI-2253: -------------------------------------- nsivabalan commented on a change in pull request #3371: URL: https://github.com/apache/hudi/pull/3371#discussion_r679602005 ########## File path: hudi-utilities/src/test/java/org/apache/hudi/utilities/functional/TestHoodieMultiTableDeltaStreamer.java ########## @@ -38,16 +38,14 @@ import java.io.IOException; import java.util.Arrays; import java.util.List; -import java.util.Random; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertTrue; -public class TestHoodieMultiTableDeltaStreamer extends TestHoodieDeltaStreamer { +public class TestHoodieMultiTableDeltaStreamer extends TestHoodieDeltaStreamerBase { Review comment: Previously TestHoodieMultiTableDeltaStreamer extended from TestHoodieDeltaStreamer and so tests in TestHoodieDeltaStreamer were running twice. This refactoring will ensure that TestHoodieDeltaStreamer tests run only once. -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Reduce CI run time for deltastreamer and bulk insert row writer tests > --------------------------------------------------------------------- > > Key: HUDI-2253 > URL: https://issues.apache.org/jira/browse/HUDI-2253 > Project: Apache Hudi > Issue Type: Test > Reporter: sivabalan narayanan > Assignee: sivabalan narayanan > Priority: Major > Labels: pull-request-available > Fix For: 0.9.0 > > > Reduce CI run time for deltastreamer and bulk insert row writer tests > > org.apache.hudi.utilities.functional.TestHoodieMultiTableDeltaStreamer > org.apache.hudi.spark3.internal.TestHoodieDataSourceInternalBatchWrite > org.apache.hudi.utilities.functional.TestHoodieDeltaStreamer > org.apache.hudi.spark3.internal.TestHoodieBulkInsertDataInternalWriter -- This message was sent by Atlassian Jira (v8.3.4#803005)