-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] Fix stability of Flink 2.0 test workflow #5876
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Search before asking
- I searched in the issues and found nothing similar.
Paimon version
Compute Engine
Flink
Minimal reproduce step
Execute the workflow script removed in a6d2e83.
What doesn't meet your expectations?
There are unstable build and test problems that affects the stability of this Github Action. These problems should be fixed, and this Action should be enabled again to keep preserving the correctness of the latest Paimon code under Flink 2.0.
Anything else?
I counted the most recent 100 Action executions before the script is removed, and the problems that caused the failures are as follows.
- (79%) The Action run successfully.
- (11%) paimon-e2e-tests relies on paimon-flink-cdc, which is not compiled with
-Pflink2. The Action failed with a timeout exception when trying to download the latest snapshot of this module. - (7%) CatalogTableITCase#testConsumersTable failed. It is a flaky test with race condition.
- (3%) Various failures that appeared only once.
So we need to fix the problems mentioned in 2 and 3 before enabling the Action again.
Are you willing to submit a PR?
- I'm willing to submit a PR!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working