-
Notifications
You must be signed in to change notification settings - Fork 8
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 leave running processes #7
Comments
Also reported at https://bugs.launchpad.net/zdaemon/+bug/1125294 |
I cannot reproduce this any more with current master. |
My mistake, I fumbled the pgrep command line (hint it's |
For extra bonus points this fix improves test coverage 👍 |
Aaaand the bug is back :/ |
testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests) leaves one process. |
Ha ha git bisect claims 37cdbee is responsible. Therefore I'm pretty sure now that this is non-deterministic. |
Hahahaa testRunIgnoresParentSignals does # Kill the process.
send_action('exit\n', zdrun_socket) Here's how well this works:
|
'exit' is not a command that zdrun understands.
After tests are run, two processes are running:
They should be stopped in test cleanup.
The text was updated successfully, but these errors were encountered: