-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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_asyncio.test_waitfor: test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started() failed on GHA Windows x64 #109878
Labels
Comments
This was referenced Sep 26, 2023
See also issue gh-110088. |
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 29, 2023
Don't measure CI performance: don't measure maximum duration. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 29, 2023
Fix test_asyncio timeout: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils.
vstinner
added a commit
to vstinner/cpython
that referenced
this issue
Sep 29, 2023
Fix test_asyncio timeouts: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils.
vstinner
added a commit
that referenced
this issue
Sep 29, 2023
Fixed by PR gh-110092. |
vstinner
added a commit
that referenced
this issue
Sep 29, 2023
…0099) gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) Fix test_asyncio timeouts: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils. (cherry picked from commit db0a258)
vstinner
added a commit
that referenced
this issue
Oct 2, 2023
…0098) gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) Fix test_asyncio timeouts: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils. (cherry picked from commit db0a258)
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…10092) Fix test_asyncio timeouts: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GHA Windows x64:
build: https://github.com/python/cpython/actions/runs/6306288599/job/17121189775?pr=109871
The text was updated successfully, but these errors were encountered: