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

flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later #85801

Closed
graingert mannequin opened this issue Aug 25, 2020 · 2 comments
Closed

flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later #85801

graingert mannequin opened this issue Aug 25, 2020 · 2 comments
Labels
3.10 only security fixes tests Tests in the Lib/test dir

Comments

@graingert
Copy link
Mannequin

graingert mannequin commented Aug 25, 2020

BPO 41635
Nosy @graingert

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 = None
created_at = <Date 2020-08-25.22:45:52.883>
labels = ['tests', '3.10']
title = 'flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later'
updated_at = <Date 2020-08-25.22:45:52.883>
user = 'https://github.com/graingert'

bugs.python.org fields:

activity = <Date 2020-08-25.22:45:52.883>
actor = 'graingert'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Tests']
creation = <Date 2020-08-25.22:45:52.883>
creator = 'graingert'
dependencies = []
files = []
hgrepos = []
issue_num = 41635
keywords = []
message_count = 1.0
messages = ['375900']
nosy_count = 1.0
nosy_names = ['graingert']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue41635'
versions = ['Python 3.10']

@graingert
Copy link
Mannequin Author

graingert mannequin commented Aug 25, 2020

======================================================================
FAIL: test_call_later (test.test_asyncio.test_events.ProactorEventLoopTests)
----------------------------------------------------------------------

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.07800000000020191

https://github.com/python/cpython/pull/21956/checks?check_run_id=1028726196#step:5:4892

@graingert graingert mannequin added 3.10 only security fixes tests Tests in the Lib/test dir labels Aug 25, 2020
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
@kumaraditya303
Copy link
Contributor

This test hasn't failed on any CI recently hence closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.10 only security fixes tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant