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 vstinner
Date 2019-10-23.14:44:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571841860.24.0.514293762677.issue38564@roundup.psfhosted.org>
In-reply-to
Content
AMD64 FreeBSD Shared 3.x:
https://buildbot.python.org/all/#/builders/371/builds/7

This buildbot worker is known to be very slow.

test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests)
Test coroutine submission from a thread to an event loop ... FAIL

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.x.koobs-freebsd-564d/build/Lib/test/test_asyncio/test_tasks.py", line 3210, in test_run_coroutine_threadsafe_with_timeout
    self.loop.run_until_complete(future)
AssertionError: TimeoutError not raised
History
Date User Action Args
2019-10-23 14:44:20vstinnersetrecipients: + vstinner
2019-10-23 14:44:20vstinnersetmessageid: <1571841860.24.0.514293762677.issue38564@roundup.psfhosted.org>
2019-10-23 14:44:20vstinnerlinkissue38564 messages
2019-10-23 14:44:20vstinnercreate