test(vm): enable "should be reverted first and completed second" migration case#2271
Merged
yaroslavborbat merged 1 commit intomainfrom Apr 30, 2026
Merged
Conversation
0960ce9 to
aa1e0bf
Compare
733dc2d to
45920b4
Compare
aa1e0bf to
0fb3a82
Compare
ca8561d to
eb309a4
Compare
d64685b to
6b8a510
Compare
eb309a4 to
321a624
Compare
6b8a510 to
f88b2ac
Compare
71ef15c to
97214c5
Compare
diafour
previously approved these changes
Apr 29, 2026
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
97214c5 to
3711319
Compare
Isteb4k
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Enables the migration test:
should be reverted first and completed secondWhy do we need it, and what problem does it solve?
This test was flaky/failing because migration cancel could leave a
concludedblock job in QEMU.When that happened, subsequent migration attempts could not start (stale block-migration job state after abort).
Now we enable this test to validate the fix path for cancel/retry behavior and protect against regressions.
What is the expected result?
should be reverted first and completed second.concludedblock jobs after migration cancel.Checklist