This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: test_wait_for_handle failure
Type: behavior Stage: needs patch
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: python-dev, skrah
Priority: normal Keywords: buildbot

Created on 2013-12-11 19:55 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg205918 - (view) Author: Stefan Krah (skrah) * (Python committer) Date: 2013-12-11 19:55
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/3601/steps/test/logs/stdio


======================================================================
FAIL: test_wait_for_handle (test.test_asyncio.test_windows_events.ProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_asyncio\test_windows_events.py", line 123, in test_wait_for_handle
    self.assertTrue(0 <= elapsed < 0.02, elapsed)
AssertionError: False is not true : 0.09299999999348074
msg206008 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-13 01:45
New changeset a35b2d652449 by Victor Stinner in branch 'default':
Issue #19952: test_asyncio: relax timings of Windows events, buildbots are
http://hg.python.org/cpython/rev/a35b2d652449
History
Date User Action Args
2022-04-11 14:57:55adminsetgithub: 64151
2013-12-13 01:45:50vstinnersetstatus: open -> closed
resolution: fixed
2013-12-13 01:45:30python-devsetnosy: + python-dev
messages: + msg206008
2013-12-11 19:56:25skrahsetkeywords: + buildbot
2013-12-11 19:55:13skrahcreate