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

fix: child sandbox process becoming orphaned on early process termination #205

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

ChaoticTempest
Copy link
Member

This fixes workspaces tests from orphaning the child sandbox process when someone goes to kill the process early, such as the case of a long running test that a user wishes to terminates early because they made changes or whatever reason.

The solution here was to just switch over to the async_process command version which already has this mechanism built-in. They have an external process that kills orphaned processes, and we already needed to switch over to the async version anyways.

@ChaoticTempest ChaoticTempest merged commit 6b6b98f into main Oct 4, 2022
@ChaoticTempest ChaoticTempest deleted the fix/sigkill branch October 4, 2022 00:33
@frol frol mentioned this pull request Oct 4, 2023
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.

None yet

2 participants