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 queue tests with IsolatedAsyncioTestCase #91191

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

Rewrite asyncio queue tests with IsolatedAsyncioTestCase #91191

asvetlov opened this issue Mar 16, 2022 · 2 comments
Labels
3.11 only security fixes topic-asyncio

Comments

@asvetlov
Copy link
Contributor

BPO 47035
Nosy @vstinner, @asvetlov, @1st1
PRs
  • bpo-47035: Rewrite asyncio.Queue tests with IsolatedAsyncioTestCace #31935
  • 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-16.15:25:04.422>
    created_at = <Date 2022-03-16.14:25:28.446>
    labels = ['3.11', 'expert-asyncio']
    title = 'Rewrite asyncio queue tests with IsolatedAsyncioTestCase'
    updated_at = <Date 2022-03-21.03:15:20.875>
    user = 'https://github.com/asvetlov'

    bugs.python.org fields:

    activity = <Date 2022-03-21.03:15:20.875>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-03-16.15:25:04.422>
    closer = 'asvetlov'
    components = ['asyncio']
    creation = <Date 2022-03-16.14:25:28.446>
    creator = 'asvetlov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 47035
    keywords = ['patch']
    message_count = 2.0
    messages = ['415342', '415654']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'asvetlov', 'yselivanov']
    pr_nums = ['31935']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue47035'
    versions = ['Python 3.11']

    @asvetlov
    Copy link
    Contributor Author

    It can help with future maintenance a lot. Current tests are cumbersome.

    @asvetlov asvetlov added 3.9 only security fixes 3.10 only security fixes 3.11 only security fixes topic-asyncio and removed 3.9 only security fixes 3.10 only security fixes labels Mar 16, 2022
    @vstinner
    Copy link
    Member

    Please have a look at bpo-47076 "test_asyncio: test_get_cancelled() fails randomly on x86-64 macOS 3.x".

    @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.11 only security fixes topic-asyncio
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants