-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
test_remote_pdb hangs randomly #132912
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
Comments
The test has been added in 797b29b (cc @pablogsal @godlygeek) |
I reproduced an issue locally on Linux:
|
The problem comes from the |
With a local fix for
|
I will take a look soon |
If a test fails (such as an assertion error), kill the child process.
I wrote #132920 to prevent test_remote_pdb to hang: it kills the child process on error. |
If a test fails (such as an assertion error), kill the child process.
Replace hardcoded timeout of 5 seconds with SHORT_TIMEOUT.
Replace hardcoded timeout of 5 seconds with SHORT_TIMEOUT.
The root issue was fixed by 6cbeb6a. |
Example on "Hypothesis tests on Ubuntu": https://github.com/python/cpython/actions/runs/14660752238/job/41144501229?pr=132906
Sadly, the "Hypothesis tests on Ubuntu" job has no timeout :-(
Linked PRs
The text was updated successfully, but these errors were encountered: