Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FLINK-34422][test] BatchTestBase uses MiniClusterExtension #24298

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

zentol
Copy link
Contributor

@zentol zentol commented Feb 11, 2024

The setup of the table environment in this class ran before the MiniClusterExtension was set up and beforeEach was called, causing jobs to spawn separate mini clusters. Certain tests cases try running ~200 test cases in parallel, which overloaded the system.

@flinkbot
Copy link
Collaborator

flinkbot commented Feb 11, 2024

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

@zentol
Copy link
Contributor Author

zentol commented Feb 11, 2024

@flinkbot run azure

@zentol zentol requested a review from XComp February 12, 2024 08:12
Copy link
Contributor

@XComp XComp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

Usually this should've been done _before_ you ban jUnit4 annotations in BatchTestBase...
@zentol zentol merged commit 9caa3bb into apache:master Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants