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

test: fix and unskip test_migration_timeout_on_sync #4216

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

BorysTheDev
Copy link
Contributor

fixes: #4047

)

logging.debug("debug migration resume")
await nodes[1].client.execute_command("debug migration resume")

await wait_for_status(nodes[0].admin_client, nodes[1].id, "FINISHED")
await wait_for_status(nodes[0].admin_client, nodes[1].id, "FINISHED", 300)
Copy link
Collaborator

Choose a reason for hiding this comment

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

this test runs around 300 seconds?
If you have 3 seconds timeout flag why do you need migration that takes this long to test this logic?

Copy link
Contributor

Choose a reason for hiding this comment

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

If the test takes 300 seconds can we plz optimize this? Ideally <1Min

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it runs less than a minute, I just set a little more)

@BorysTheDev BorysTheDev merged commit dc04b19 into main Nov 28, 2024
9 checks passed
@BorysTheDev BorysTheDev deleted the unskip_test_migration_timeout_on_sync branch November 28, 2024 12:54
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.

Handle timeout on migration
3 participants