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.

classification
Title: test_asyncio: test_run_coroutine_threadsafe_with_timeout() failed on AMD64 FreeBSD 10.x Shared 3.7
Type: Stage: resolved
Components: asyncio Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, vstinner, yselivanov
Priority: normal Keywords:

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:02adminsetgithub: 78101
2018-09-19 23:55:44vstinnersetstatus: open -> closed
resolution: out of date
stage: resolved
2018-06-20 21:47:58vstinnercreate