-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[tests] asyncio: test_staggered_race_with_eager_tasks() fails randomly #127258
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
Labels
Comments
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 25, 2024
Use a longer sleep for the "sleep2" task, 60 seconds instead of 2 seconds, to make sure that "sleep1" task (1 second) is more likely to win the race.
I'm going to assume that this is related to one of the many |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 28, 2024
Replace the sleep with a task which is blocked forever.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Nov 28, 2024
Replace the sleep(2) with a task which is blocked forever.
vstinner
added a commit
that referenced
this issue
Nov 29, 2024
Replace the sleep(2) with a task which is blocked forever.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 29, 2024
…ythonGH-127358) Replace the sleep(2) with a task which is blocked forever. (cherry picked from commit bfabf96) Co-authored-by: Victor Stinner <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Nov 29, 2024
…ythonGH-127358) Replace the sleep(2) with a task which is blocked forever. (cherry picked from commit bfabf96) Co-authored-by: Victor Stinner <[email protected]>
srinivasreddy
pushed a commit
to srinivasreddy/cpython
that referenced
this issue
Jan 8, 2025
…ython#127358) Replace the sleep(2) with a task which is blocked forever.
ebonnal
pushed a commit
to ebonnal/cpython
that referenced
this issue
Jan 12, 2025
…ython#127358) Replace the sleep(2) with a task which is blocked forever.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AMD64 Windows11 Refleaks 3.x build: https://buildbot.python.org/#/builders/920/builds/1141
I'm working on a fix.
Linked PRs
The text was updated successfully, but these errors were encountered: