-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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
test_threading: test_default_timeout() fails randomly ands logs "Warning -- Unraisable exception" #109401
Labels
tests
Tests in the Lib/test dir
Comments
Issue #108987 contains instructions on how to reproduce the bug and which platforms are affected. The test failure seems to be way more likely on Windows. |
This was referenced Sep 25, 2023
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 25, 2023
Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
vstinner
added a commit
that referenced
this issue
Sep 26, 2023
Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 26, 2023
…GH-109875) Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI. (cherry picked from commit e5186c3) Co-authored-by: Victor Stinner <[email protected]>
This was referenced Sep 26, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 26, 2023
…GH-109875) Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI. (cherry picked from commit e5186c3) Co-authored-by: Victor Stinner <[email protected]>
Commit e5186c3 is not a fix. It only increases timeouts. Let's see how it goes. |
csm10495
pushed a commit
to csm10495/cpython
that referenced
this issue
Sep 28, 2023
…#109875) Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…#109875) Increase timeouts. Barrier default timeout should be long enough to spawn 4 threads on a slow CI.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example from issue #108987:
build: https://github.com/python/cpython/actions/runs/6094370280/job/16535778004#step:5:103
In issue #108987, I fixed a crashed which occurred in this test when the test failed.
I create this issue to focus on the test failure and
Warning -- Unraisable exception
.Linked PRs
The text was updated successfully, but these errors were encountered: