Skip to content
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

Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase #91194

Closed
asvetlov opened this issue Mar 16, 2022 · 11 comments
Closed

Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase #91194

asvetlov opened this issue Mar 16, 2022 · 11 comments
Labels
3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir topic-asyncio

Comments

@asvetlov
Copy link
Contributor

BPO 47038
Nosy @asvetlov, @1st1, @miss-islington
PRs
  • bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase #31942
  • [3.10] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) #31943
  • [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) #31944
  • bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase #31946
  • [3.10] bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) #31948
  • [3.9] bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) #31949
  • bpo-47038: Increase a test timeout for slow CI machines #31951
  • [3.10] bpo-47038: Increase a test timeout for slow CI machines (GH-31951) #31952
  • [3.9] bpo-47038: Increase a test timeout for slow CI machines (GH-31951) #31953
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2022-03-17.13:02:51.988>
    created_at = <Date 2022-03-16.19:22:03.635>
    labels = ['3.11', 'tests', '3.9', '3.10', 'expert-asyncio']
    title = 'Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase'
    updated_at = <Date 2022-03-17.13:02:51.988>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2022-03-17.13:02:51.988>
    actor = 'asvetlov'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-03-17.13:02:51.988>
    closer = 'asvetlov'
    components = ['Tests', 'asyncio']
    creation = <Date 2022-03-16.19:22:03.635>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47038
    keywords = ['patch']
    message_count = 11.0
    messages = ['415359', '415361', '415364', '415367', '415371', '415373', '415374', '415377', '415379', '415381', '415382']
    nosy_count = 3.0
    nosy_names = ['asvetlov', 'yselivanov', 'miss-islington']
    pr_nums = ['31942', '31943', '31944', '31946', '31948', '31949', '31951', '31952', '31953']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue47038'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    @asvetlov
    Copy link
    Contributor Author

    It simplifies future maintenance.

    @asvetlov asvetlov added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir topic-asyncio labels Mar 16, 2022
    @asvetlov
    Copy link
    Contributor Author

    New changeset dd0082c by Andrew Svetlov in branch 'main':
    bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942)
    dd0082c

    @asvetlov
    Copy link
    Contributor Author

    New changeset 4186dd6 by Miss Islington (bot) in branch '3.10':
    bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942) (GH-31943)
    4186dd6

    @asvetlov
    Copy link
    Contributor Author

    New changeset 3244659 by Andrew Svetlov in branch '3.9':
    [3.9] bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-31942). (GH-31944)
    3244659

    @asvetlov
    Copy link
    Contributor Author

    test_cancel_blocking_wait_for() / test_cancel_wait_for() is not converted still.

    @asvetlov asvetlov reopened this Mar 16, 2022
    @asvetlov asvetlov reopened this Mar 16, 2022
    @asvetlov
    Copy link
    Contributor Author

    New changeset 3dd9bfa by Andrew Svetlov in branch 'main':
    bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
    3dd9bfa

    @miss-islington
    Copy link
    Contributor

    New changeset 0412e3a by Miss Islington (bot) in branch '3.9':
    bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946)
    0412e3a

    @asvetlov
    Copy link
    Contributor Author

    New changeset 36f62c5 by Miss Islington (bot) in branch '3.10':
    bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCase (GH-31946) (bpo-31948)
    36f62c5

    @asvetlov
    Copy link
    Contributor Author

    New changeset a7c5414 by Andrew Svetlov in branch 'main':
    bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
    a7c5414

    @miss-islington
    Copy link
    Contributor

    New changeset 4e9bb27 by Miss Islington (bot) in branch '3.9':
    bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
    4e9bb27

    @miss-islington
    Copy link
    Contributor

    New changeset ba76f90 by Miss Islington (bot) in branch '3.10':
    bpo-47038: Increase a test timeout for slow CI machines (GH-31951)
    ba76f90

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.9 only security fixes 3.10 only security fixes 3.11 only security fixes tests Tests in the Lib/test dir topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants