voonhous commented on code in PR #4164:
URL: https://github.com/apache/flink-cdc/pull/4164#discussion_r2502517557


##########
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/utils/PipelineTestEnvironment.java:
##########
@@ -389,6 +386,11 @@ public void waitUntilJobState(Duration timeout, JobStatus 
expectedStatus) {
                 JobStatusMessage message = jobStatusMessages.iterator().next();
                 JobStatus jobStatus = message.getJobState();
                 if (!expectedStatus.isTerminalState() && 
jobStatus.isTerminalState()) {
+                    try {
+                        Thread.sleep(50000);

Review Comment:
   Nope, it was for debugging.



##########
flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/utils/PipelineTestEnvironment.java:
##########
@@ -135,17 +135,14 @@ private int getParallelism() {
                     "blob.server.port: 6124",
                     "taskmanager.numberOfTaskSlots: 10",
                     "parallelism.default: 4",
-                    "execution.checkpointing.interval: 300",
+                    "execution.checkpointing.interval: 30s",

Review Comment:
   Nope, it was for debugging.



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