Issue 33920: test_asyncio: test_run_coroutine_threadsafe_with_timeout() failed on AMD64 FreeBSD 10.x Shared 3.7 (original) (raw)

Issue33920

Created on 2018-06-20 21:47 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (1)
msg320121 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-20 21:47
AMD64 FreeBSD 10.x Shared 3.7: http://buildbot.python.org/all/#/builders/124/builds/397 ====================================================================== FAIL: test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/python/3.7.koobs-freebsd10/build/Lib/test/test_asyncio/test_tasks.py", line 3108, in test_run_coroutine_threadsafe_with_timeout self.loop.run_until_complete(future) AssertionError: TimeoutError not raised
History
Date User Action Args
2022-04-11 14:59:02 admin set github: 78101
2018-09-19 23:55:44 vstinner set status: open -> closedresolution: out of datestage: resolved
2018-06-20 21:47:58 vstinner create