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

Ctrl-C doesn't always kill all python processes #84

Open
timwoj opened this issue Jan 13, 2023 · 0 comments
Open

Ctrl-C doesn't always kill all python processes #84

timwoj opened this issue Jan 13, 2023 · 0 comments

Comments

@timwoj
Copy link
Member

timwoj commented Jan 13, 2023

This happens on all platforms but it's especially broken on Windows. Pressing ctrl-c on Windows when running with a -j argument will kill one of the currently-running tests, but will continue to run the others and spawn new ones. Pressing it repeatedly will eventually kill all of the currently-running tests but will then hang the entire process. This leads to having to open Task Manager to manually kill all of the python processes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant