[New-bugs-announce] [issue41635] flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later

Thomas Grainger report at bugs.python.org
Tue Aug 25 18:45:52 EDT 2020


New submission from Thomas Grainger <tagrain at gmail.com>:

======================================================================
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

----------
components: Tests
messages: 375900
nosy: graingert
priority: normal
severity: normal
status: open
title: flaky test.test_asyncio.test_events.ProactorEventLoopTests.test_call_later
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41635>
_______________________________________


More information about the New-bugs-announce mailing list