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

tests: Send SIGTERM to spin child process on *nix #809

Merged
merged 1 commit into from
Oct 7, 2022

Conversation

lann
Copy link
Collaborator

@lann lann commented Oct 6, 2022

Rust's Child::kill sends SIGKILL, which doesn't terminate descendent processes, leaking processes with each test run.

Signed-off-by: Lann Martin lann.martin@fermyon.com

Rust's Child::kill sends SIGKILL, which doesn't terminate descendent
processes, leaking processes with each test run.

Signed-off-by: Lann Martin <lann.martin@fermyon.com>
@lann lann merged commit c3fd0e0 into fermyon:main Oct 7, 2022
@lann lann deleted the tests-sigterm branch October 7, 2022 13:58
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.

2 participants