Skip to content

test: add test for snapshoting during migration #4108

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

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

BorysTheDev
Copy link
Contributor

fixes: #3247

Comment on lines +1674 to +1675
while await is_saving(nodes[0].client):
await asyncio.sleep(0.1)
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider using assert_eventually

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I need to declare a new method or update this one but it is used in other files, so lets do it next time

Copy link
Contributor

Choose a reason for hiding this comment

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

I don't follow, but anyway it's your call, I do not insist on this

@BorysTheDev BorysTheDev requested a review from chakaz November 11, 2024 14:04
@BorysTheDev BorysTheDev merged commit 4bc9ad6 into main Nov 13, 2024
10 checks passed
@BorysTheDev BorysTheDev deleted the add_snapshot_and_replication_during_migration_test branch November 13, 2024 11:40
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.

test cluster snapshot while slot migration
3 participants