Message 320121 - Python tracker

Message320121

Author vstinner
Recipients asvetlov, vstinner, yselivanov
Date 2018-06-20.21:47:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529531278.55.0.56676864532.issue33920@psf.upfronthosting.co.za>
In-reply-to
Content
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
2018-06-20 21:47:58vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-06-20 21:47:58vstinnersetmessageid: <1529531278.55.0.56676864532.issue33920@psf.upfronthosting.co.za>
2018-06-20 21:47:58vstinnerlinkissue33920 messages
2018-06-20 21:47:58vstinnercreate