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] Set default recover strategy for TableEnvironment and StreamExecutionEnvironment in tests #3133

Merged
merged 2 commits into from
Apr 10, 2024

Conversation

tsreaper
Copy link
Contributor

@tsreaper tsreaper commented Apr 1, 2024

Purpose

As mentioned in #3121 , Flink 1.19 uses exponential delay as the default restart strategy. It will make failure tests prone to timeout.

This PR specifies the default restart strategy for TableEnvironment and StreamExecutionEnvironment in tests.

Tests

This is a refactor for tests. Existing tests should cover the change.

API and Format

No changes.

Documentation

Not needed.

@tsreaper tsreaper force-pushed the recover-strategy branch 4 times, most recently from aed8e70 to e760bbf Compare April 3, 2024 03:21
@JingsongLi JingsongLi closed this Apr 7, 2024
@JingsongLi JingsongLi reopened this Apr 7, 2024
Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 3ca6fc0 into apache:master Apr 10, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants