Skip to content

[Bug] Fix stability of Flink 2.0 test workflow #5876

@yunfengzhou-hub

Description

@yunfengzhou-hub

Search before asking

  • I searched in the issues and found nothing similar.

Paimon version

a6d2e83

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.

  1. (79%) The Action run successfully.
  2. (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.
  3. (7%) CatalogTableITCase#testConsumersTable failed. It is a flaky test with race condition.
  4. (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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions