[issue19952] asyncio: test_wait_for_handle failure

Stefan Krah report at bugs.python.org
Wed Dec 11 20:55:13 CET 2013


New submission from Stefan Krah:

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

----------
components: Tests
messages: 205918
nosy: skrah
priority: normal
severity: normal
stage: needs patch
status: open
title: asyncio: test_wait_for_handle failure
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19952>
_______________________________________


More information about the Python-bugs-list mailing list