hailin0 commented on code in PR #5972:
URL: https://github.com/apache/seatunnel/pull/5972#discussion_r1461726900
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-oracle-e2e/src/test/java/org/apache/seatunnel/connectors/seatunnel/cdc/oracle/OracleCDCIT.java:
##########
@@ -65,6 +67,7 @@
type = {EngineType.SPARK, EngineType.FLINK},
disabledReason =
"Currently SPARK do not support cdc,Flink is prone to time
out, temporarily disable")
+@TestMethodOrder(MethodOrderer.MethodName.class)
Review Comment:
https://junit.org/junit5/docs/5.5.0/api/org/junit/jupiter/api/TestMethodOrder.html
https://junit.org/junit5/docs/current/user-guide/#writing-tests-parallel-execution
By default, JUnit Jupiter tests are run sequentially in a single thread.
--
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]