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 test hangs on macos. #1170

Merged
merged 1 commit into from
Sep 17, 2024
Merged

Fix test hangs on macos. #1170

merged 1 commit into from
Sep 17, 2024

Conversation

sunfishcode
Copy link
Member

In the waitpid tests, explicitly terminate the child processe and wait for them to exit, as dropping a Command otherwise leaves the process running. This fixes test hangs on macos.

In the `waitpid` tests, explicitly terminate the child processe and
wait for them to exit, as dropping a `Command` otherwise leaves the
process running. This fixes test hangs on macos.
@sunfishcode sunfishcode merged commit eddd4a7 into main Sep 17, 2024
40 of 43 checks passed
@sunfishcode sunfishcode deleted the sunfishcode/fix-process-tests branch September 17, 2024 15:18
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.

1 participant