-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add container restart runtime support #41454
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
Open
beena352
wants to merge
25
commits into
microsoft:master
Choose a base branch
from
beena352:users/beenachauhan/container-restart-runtime
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
b3cd765
Add container restart runtime support
beena352 1c4032d
Fix build
beena352 0ffa371
Format
beena352 b0cb18d
Validate the stop timeout for every restart path
beena352 800e738
Merge the restart guard into the transition wait loop
beena352 12015bd
Keep the container's ports and mounts across a restart
beena352 8c5fa6b
Perform the deferred delete when a restart fails
beena352 503d773
Annotate the phase boolean arguments
beena352 9237a2c
Add coverage for two overlapping restarts
beena352 6ad32fa
Describe the restart transaction's actual lifetime
beena352 25899fb
Check OnFailedRestart against starting containers
beena352 dfcb55b
Document WSLC_E_CONTAINER_MARKED_FOR_REMOVAL
beena352 e23e9ac
Let kill cut through a stuck restart's stop phase
beena352 28dc04c
Fix OnFailedRestart TOCTOU
beena352 f52229c
Make the restart race tests fail when they should
beena352 87adee1
Re-align the error code block in the docs
beena352 008b857
Add test that ports and mounts survive a restart
beena352 6ef0658
Report a force delete that lands during the restart's stop phase
beena352 86203a1
Cover kill and force delete during a restart
beena352 0a000fe
Add comment to Restart()
beena352 ee0bf3a
Explain Kill's restart wait-skip and test restart under an unavailabl…
beena352 341f3a4
Rename WSLC_E_CONTAINER_MARKED_FOR_REMOVAL to WSLC_E_CONTAINER_DELETED
beena352 e054e49
Merge branch 'master' of https://github.com/microsoft/WSL into users/…
beena352 70a3831
Fix comment
beena352 a1cd8c3
Merge branch 'master' of https://github.com/microsoft/WSL into users/…
beena352 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.