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.

Author vstinner
Recipients gvanrossum, vstinner, yselivanov
Date 2014-07-07.21:26:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404768394.83.0.876638783758.issue21936@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-07-07 21:26:34vstinnersetrecipients: + vstinner, gvanrossum, yselivanov
2014-07-07 21:26:34vstinnersetmessageid: <1404768394.83.0.876638783758.issue21936@psf.upfronthosting.co.za>
2014-07-07 21:26:34vstinnerlinkissue21936 messages
2014-07-07 21:26:34vstinnercreate