Skip to content

bpo-42553: Fix test_asyncio.test_call_later()#23627

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_test_call_later
Dec 3, 2020
Merged

bpo-42553: Fix test_asyncio.test_call_later()#23627
vstinner merged 1 commit into
python:masterfrom
vstinner:fix_test_call_later

Conversation

@vstinner

@vstinner vstinner commented Dec 3, 2020

Copy link
Copy Markdown
Member

Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.

https://bugs.python.org/issue42553

Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
@vstinner

vstinner commented Dec 3, 2020

Copy link
Copy Markdown
Member Author

cc @asvetlov @1st1 @aeros

@vstinner
vstinner merged commit 7e5e13d into python:master Dec 3, 2020
@miss-islington

Copy link
Copy Markdown
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@vstinner
vstinner deleted the fix_test_call_later branch December 3, 2020 12:56
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 3, 2020
Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
(cherry picked from commit 7e5e13d)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-23628 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 3, 2020
Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
(cherry picked from commit 7e5e13d)

Co-authored-by: Victor Stinner <vstinner@python.org>
@bedevere-bot

Copy link
Copy Markdown

GH-23629 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Dec 3, 2020
Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
(cherry picked from commit 7e5e13d)

Co-authored-by: Victor Stinner <vstinner@python.org>
miss-islington added a commit that referenced this pull request Dec 3, 2020
Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
(cherry picked from commit 7e5e13d)

Co-authored-by: Victor Stinner <vstinner@python.org>
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
Fix test_asyncio.test_call_later() race condition: don't measure
asyncio performance in the call_later() unit test. The test failed
randomly on the CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants