-
Notifications
You must be signed in to change notification settings - Fork 641
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
Verify backup and restore in a multipartition cluster #10516
Conversation
3335d9f
to
72e2990
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @deepthidevaki, this looks mostly good but I think the shouldRestoreOnAllPartitions
test is not correct, please take a look.
qa/integration-tests/src/test/java/io/camunda/zeebe/it/backup/BackupMultiPartitionTest.java
Outdated
Show resolved
Hide resolved
Marking this PR for backporting to release branch. This is only test, but would be good to have it in the stable branch after release to help backport future bugs. |
aeca470
to
5ef5b73
Compare
bors merge |
Build succeeded: |
Successfully created backport PR #10579 for |
Description
Added test to verify
Related issues
related #10387
Definition of Done
Not all items need to be done depending on the issue and the pull request.
Code changes:
backport stable/1.3
) to the PR, in case that fails you need to create backports manually.Testing:
Documentation:
Please refer to our review guidelines.