This is an automated email from the ASF dual-hosted git repository.

leonardBang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git

commit c32c65154c6567d8ad447b8e9874fa4600bfcbe9
Author: Leonard Xu <[email protected]>
AuthorDate: Fri Jul 3 00:47:39 2026 +0800

    [test][pipeline-e2e] Skip checkpointing non-streaming Iceberg job
    
    The Iceberg pipeline E2E job in this matrix is not a streaming job, so 
forcing a checkpoint there fails before it proves anything about sink 
convergence. Drop the checkpoint trigger and keep the test's data assertions as 
the synchronization signal.
    
    Co-Authored-By: Claude Opus 4.7 <[email protected]>
---
 .../org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java
 
b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java
index 4548f2cdf..2239353f4 100644
--- 
a/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java
+++ 
b/flink-cdc-e2e-tests/flink-cdc-pipeline-e2e-tests/src/test/java/org/apache/flink/cdc/pipeline/tests/MySqlToIcebergE2eITCase.java
@@ -257,7 +257,6 @@ public class MySqlToIcebergE2eITCase extends 
PipelineTestEnvironment {
                             "112, Twelve, Lily, 2.14, null, null"));
 
             recordsInIncrementalPhase = createChangesAndValidate(stat);
-            triggerCheckpointWithRetry(jobId);
         } catch (SQLException e) {
             LOG.error("Update table for CDC failed.", e);
             throw e;

Reply via email to