-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Properly check prior instance/vmm states when starting an instance (#…
…6278) Fix the following instance start dispositions: - an instance with no active VMM can only be started if it's in the "NoVmm" instance state - an instance with a migrating active VMM has been started, so allow start to succeed for idempotency - an instance with a SagaUnwound active VMM is allowed to be started again (the new start saga's VMM supplants the old VMM) Add some unit tests to cover these cases. Fixes #6274.
- Loading branch information
Showing
1 changed file
with
228 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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