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

test_asyncio: test_call_later() fails on Windows x64 GitHub Action #86719

Closed
vstinner opened this issue Dec 3, 2020 · 4 comments
Closed

test_asyncio: test_call_later() fails on Windows x64 GitHub Action #86719

vstinner opened this issue Dec 3, 2020 · 4 comments
Labels
3.8 only security fixes 3.9 only security fixes 3.10 only security fixes tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

vstinner commented Dec 3, 2020

BPO 42553
Nosy @vstinner, @miss-islington
PRs
  • bpo-42553: Fix test_asyncio.test_call_later() #23627
  • [3.9] bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) #23628
  • [3.8] bpo-42553: Fix test_asyncio.test_call_later() (GH-23627) #23629
  • 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 2020-12-03.13:28:24.448>
    created_at = <Date 2020-12-03.12:30:02.732>
    labels = ['3.8', 'tests', '3.9', '3.10']
    title = 'test_asyncio: test_call_later() fails on Windows x64 GitHub Action'
    updated_at = <Date 2020-12-03.13:28:24.445>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2020-12-03.13:28:24.445>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-12-03.13:28:24.448>
    closer = 'vstinner'
    components = ['Tests']
    creation = <Date 2020-12-03.12:30:02.732>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 42553
    keywords = ['patch']
    message_count = 4.0
    messages = ['382404', '382406', '382410', '382413']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'miss-islington']
    pr_nums = ['23627', '23628', '23629']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue42553'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    @vstinner
    Copy link
    Member Author

    vstinner commented Dec 3, 2020

    FAIL: test_call_later (test.test_asyncio.test_events.SelectEventLoopTests)
    ----------------------------------------------------------------------

    Traceback (most recent call last):
      File "D:\a\cpython\cpython\lib\test\test_asyncio\test_events.py", line 301, in test_call_later
        self.assertTrue(0.08 <= t1-t0 <= 0.8, t1-t0)
    AssertionError: False is not true : 0.07799999999997453

    https://github.com/python/cpython/pull/23626/checks?check_run_id=1492411421

    @vstinner vstinner added 3.10 only security fixes tests Tests in the Lib/test dir labels Dec 3, 2020
    @vstinner
    Copy link
    Member Author

    vstinner commented Dec 3, 2020

    New changeset 7e5e13d by Victor Stinner in branch 'master':
    bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
    7e5e13d

    @miss-islington
    Copy link
    Contributor

    New changeset 930d537 by Miss Islington (bot) in branch '3.8':
    bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
    930d537

    @miss-islington
    Copy link
    Contributor

    New changeset 9f26833 by Miss Islington (bot) in branch '3.9':
    bpo-42553: Fix test_asyncio.test_call_later() (GH-23627)
    9f26833

    @vstinner vstinner added 3.8 only security fixes 3.9 only security fixes labels Dec 3, 2020
    @vstinner vstinner closed this as completed Dec 3, 2020
    @vstinner vstinner added 3.8 only security fixes 3.9 only security fixes labels Dec 3, 2020
    @vstinner vstinner closed this as completed Dec 3, 2020
    @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.8 only security fixes 3.9 only security fixes 3.10 only security fixes tests Tests in the Lib/test dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants