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-35266][snapshot] Add E2E tests for FlinkStateSnapshot #862

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

mateczagany
Copy link
Contributor

@mateczagany mateczagany commented Aug 10, 2024

What is the purpose of the change

Add end-to-end tests for the FlinkStateSnapshot resources.

Brief change log

  • Trigger savepoint by creating a new FlinkStateSnapshot savepoint CR
  • Trigger savepoint by using savepoint trigger nonce
  • Trigger checkpoint by using trigger nonce
  • Test periodic savepoints triggered by the operator
  • Change job to upgrade mode, suspend job and assert new FlinkStateSnapshot CR created

Verifying this change

  • Manually ran
  • Pipeline passes

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): no
  • The public API, i.e., is any changes to the CustomResourceDescriptors: no
  • Core observer or reconciler logic that is regularly executed: no

Documentation

  • Does this pull request introduce a new feature? no
  • If yes, how is the feature documented? not applicable

@gyfora
Copy link
Contributor

gyfora commented Aug 23, 2024

This PR needs to be updated since a recent change on main

@mateczagany mateczagany force-pushed the FLINK-35266 branch 3 times, most recently from a775384 to 7c7f29e Compare August 26, 2024 10:18
@gyfora gyfora merged commit cdd81c7 into apache:main Aug 28, 2024
229 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