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

2014-07-11 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21936
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f13cde63ca73 by Victor Stinner in branch '3.4':
asyncio: sync with Tulip
http://hg.python.org/cpython/rev/f13cde63ca73

New changeset a67adfaf670b by Victor Stinner in branch 'default':
(Merge 3.4) asyncio: sync with Tulip
http://hg.python.org/cpython/rev/a67adfaf670b

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21936
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-07 Thread STINNER Victor

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 rep...@bugs.python.org
http://bugs.python.org/issue21936
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-07 Thread STINNER Victor

STINNER Victor added the comment:

Oh, this failure is probably a side effect of new logs emited by test_asyncio 
because of #21163. The issue #21163 has a pending patch which is waiting for a 
review ;-)

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21936
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-07-07 Thread STINNER Victor

STINNER Victor added the comment:

 The issue #21163 has a pending patch which is waiting for a review ;-)

Oops, wrong: I already commited the part of the patch which was correct, but 
wait() and gather() have no updated patch yet.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21936
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com