spoorthibasu commented on PR #4360:
URL: https://github.com/apache/flink-cdc/pull/4360#issuecomment-4417246565
Hi @lvyanquan , could you please re-trigger the 3 failing CI checks? I
looked into each one and none of them are related to this PR's changes (the PR
only touches 4 files inside flink-cdc-pipeline-connector-iceberg). Here's what
I found:
- Source Unit Tests 2.x (oracle, sqlserver): column_type_test.sql has a
comment about this exact race condition: "Cannot perform this operation while
SQLServerAgent is starting, we simply wait for 3 seconds to improve test
stability."
- Pipeline E2E Tests (1-Parallelism) / OceanBase: The container has a
4-minute startup timeout (withStartupTimeout(Duration.ofMinutes(4))). It looks
like it just missed the window on this run.
- Pipeline E2E Tests (4-Parallelism) / MySqlToDoris: The pipeline E2E job
compiles all modules before running tests. SchemaEvolveE2eITCase ran first and
took 252 seconds, which left no time for MySqlToDorisE2eITCase before the
90-minute budget ran out.
16 of 19 checks passed, including all the Iceberg pipeline unit tests. Happy
to provide more detail if helpful.
--
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]