This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase
Type: Stage: resolved
Components: asyncio, Tests Versions: Python 3.11, Python 3.10, Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, miss-islington, yselivanov
Priority: normal Keywords: patch

Created on 2022-03-16 19:22 by asvetlov, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31942 merged asvetlov, 2022-03-16 19:23
PR 31943 merged miss-islington, 2022-03-16 19:49
PR 31944 merged asvetlov, 2022-03-16 20:10
PR 31946 merged asvetlov, 2022-03-16 21:42
PR 31948 merged miss-islington, 2022-03-16 23:20
PR 31949 merged miss-islington, 2022-03-16 23:21
PR 31951 merged asvetlov, 2022-03-17 00:23
PR 31952 merged miss-islington, 2022-03-17 00:54
PR 31953 merged miss-islington, 2022-03-17 00:54
Messages (11)
msg415359 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 19:22
It simplifies future maintenance.
msg415361 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 19:49
New changeset dd0082c627713634c7fd88ad33d18b5cc9f4a7b8 by Andrew Svetlov in branch 'main':
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
https://github.com/python/cpython/commit/dd0082c627713634c7fd88ad33d18b5cc9f4a7b8
msg415364 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 20:15
New changeset 4186dd662cf22613b21af948163978af4243a8d6 by Miss Islington (bot) in branch '3.10':
bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943)
https://github.com/python/cpython/commit/4186dd662cf22613b21af948163978af4243a8d6
msg415367 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 20:45
New changeset 3244659521798417810100904f39ae5dabe60a7f by Andrew Svetlov in branch '3.9':
[3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942). (GH-31944)
https://github.com/python/cpython/commit/3244659521798417810100904f39ae5dabe60a7f
msg415371 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 21:16
test_cancel_blocking_wait_for() / test_cancel_wait_for() is not converted still.
msg415373 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-16 23:20
New changeset 3dd9bfac04d3dcdbfd3f8011a6c9d4b9ac8c116a by Andrew Svetlov in branch 'main':
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
https://github.com/python/cpython/commit/3dd9bfac04d3dcdbfd3f8011a6c9d4b9ac8c116a
msg415374 - (view) Author: miss-islington (miss-islington) Date: 2022-03-16 23:44
New changeset 0412e3ae03a694af1e27d4af61ca503a6513394d by Miss Islington (bot) in branch '3.9':
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
https://github.com/python/cpython/commit/0412e3ae03a694af1e27d4af61ca503a6513394d
msg415377 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-17 00:19
New changeset 36f62c55759c4246f969f60f7470ba756f77b268 by Miss Islington (bot) in branch '3.10':
bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (#31948)
https://github.com/python/cpython/commit/36f62c55759c4246f969f60f7470ba756f77b268
msg415379 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2022-03-17 00:54
New changeset a7c54148322781cb0f332d440a3454d550ef6414 by Andrew Svetlov in branch 'main':
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
https://github.com/python/cpython/commit/a7c54148322781cb0f332d440a3454d550ef6414
msg415381 - (view) Author: miss-islington (miss-islington) Date: 2022-03-17 01:19
New changeset 4e9bb27eaeb8bedcec6f25f4345824b50fc25337 by Miss Islington (bot) in branch '3.9':
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
https://github.com/python/cpython/commit/4e9bb27eaeb8bedcec6f25f4345824b50fc25337
msg415382 - (view) Author: miss-islington (miss-islington) Date: 2022-03-17 01:20
New changeset ba76f901923d80ad9b24bb1636aa751d55e0c768 by Miss Islington (bot) in branch '3.10':
bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
https://github.com/python/cpython/commit/ba76f901923d80ad9b24bb1636aa751d55e0c768
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91194
2022-03-17 13:02:51asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-17 01:20:13miss-islingtonsetmessages: + msg415382
2022-03-17 01:19:36miss-islingtonsetmessages: + msg415381
2022-03-17 00:54:51miss-islingtonsetpull_requests: + pull_request30044
2022-03-17 00:54:48miss-islingtonsetpull_requests: + pull_request30043
2022-03-17 00:54:45asvetlovsetmessages: + msg415379
2022-03-17 00:23:06asvetlovsetpull_requests: + pull_request30042
2022-03-17 00:19:55asvetlovsetmessages: + msg415377
2022-03-16 23:44:30miss-islingtonsetmessages: + msg415374
2022-03-16 23:21:02miss-islingtonsetpull_requests: + pull_request30040
2022-03-16 23:20:57miss-islingtonsetpull_requests: + pull_request30039
2022-03-16 23:20:34asvetlovsetmessages: + msg415373
2022-03-16 21:42:33asvetlovsetstage: patch review
pull_requests: + pull_request30037
2022-03-16 21:16:06asvetlovsetstatus: closed -> open
resolution: fixed -> (no value)
messages: + msg415371

stage: resolved -> (no value)
2022-03-16 20:46:16asvetlovsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-16 20:45:50asvetlovsetmessages: + msg415367
2022-03-16 20:15:19asvetlovsetmessages: + msg415364
2022-03-16 20:10:35asvetlovsetpull_requests: + pull_request30035
2022-03-16 19:49:26miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request30034
2022-03-16 19:49:22asvetlovsetmessages: + msg415361
2022-03-16 19:23:03asvetlovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request30033
2022-03-16 19:22:03asvetlovcreate