-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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_windows_events: test_wait_for_handle() failed on GHA Windows x86 #110088
Labels
Comments
On GHA Windows x64, on another PR: https://github.com/python/cpython/actions/runs/6348572958/job/17246410556?pr=110078
|
See also issue gh-109878. |
This belongs in a Zen of Testing 😄 |
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
This was referenced Sep 29, 2023
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
to vstinner/cpython
that referenced
this issue
Sep 30, 2023
Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI.
vstinner
added a commit
that referenced
this issue
Sep 30, 2023
Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 30, 2023
) Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI. (cherry picked from commit c62b49e) Co-authored-by: Victor Stinner <[email protected]>
This was referenced Sep 30, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 30, 2023
) Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI. (cherry picked from commit c62b49e) Co-authored-by: Victor Stinner <[email protected]>
vstinner
added a commit
that referenced
this issue
Sep 30, 2023
…110159) gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI. (cherry picked from commit c62b49e) Co-authored-by: Victor Stinner <[email protected]>
Yhg1s
pushed a commit
that referenced
this issue
Oct 2, 2023
…110158) gh-110088: Fix asyncio test_prompt_cancellation() (GH-110157) Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI. (cherry picked from commit c62b49e) Co-authored-by: Victor Stinner <[email protected]>
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.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
Don't measure the CI performance: don't test the maximum elapsed time. The check failed on a slow CI.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The test must not measure the performance of the CI.
GHA Windows x86:
build: https://github.com/python/cpython/actions/runs/6348560548/job/17245417314?pr=110080
Linked PRs
The text was updated successfully, but these errors were encountered: