Skip to content

fix: killpg permission error on macos

Yaroslav Dynnikov requested to merge killpg-permission-error into master

Behavior of killpg slightly differs in Mac and Linux. For some reason, killpg returns error EPERM when sending a signal to a zomibie process. And that is the reason of test_process_management failure on mac - there's a small gap between killing a child and and subreaper calling waitpid.

Now pytest handles this exception properly.

Close #70 (closed)

See also:

Edited by Yaroslav Dynnikov

Merge request reports