[issue21936] test_future_exception_never_retrieved() of test_asyncio fails on AMD64 Debian root 3.x

STINNER Victor report at bugs.python.org
Mon Jul 7 23:26:34 CEST 2014


New submission from STINNER Victor:

http://buildbot.python.org/all/builders/AMD64%20Debian%20root%203.x/builds/915/steps/test/logs/stdio

======================================================================
FAIL: test_future_exception_never_retrieved (test.test_asyncio.test_futures.FutureTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/mock.py", line 1152, in patched
    return func(*args, **keywargs)
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/test_asyncio/test_futures.py", line 329, in test_future_exception_never_retrieved
    m_log.error.assert_called_once_with(mock.ANY, exc_info=exc_info)
  File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/unittest/mock.py", line 797, in assert_called_once_with
    raise AssertionError(msg)
AssertionError: Expected 'error' to be called once. Called 3 times.

----------
components: Tests, asyncio
keywords: buildbot
messages: 222521
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: test_future_exception_never_retrieved() of test_asyncio fails on AMD64 Debian root 3.x
versions: Python 3.5

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


More information about the Python-bugs-list mailing list