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 asvetlov, koobs, vstinner, yselivanov
Date 2018-05-28.22:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527548166.23.0.682650639539.issue33353@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, the test still fails on AMD64 FreeBSD CURRENT Debug 3.x :-(

http://buildbot.python.org/all/#/builders/60/builds/77

test_sock_client_ops (test.test_asyncio.test_events.PollEventLoopTests) ... ok
Timeout (0:15:00)!
Thread 0x000000080139d000 (most recent call first):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/selectors.py", line 415 in select
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/asyncio/base_events.py", line 1707 in _run_once
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/asyncio/base_events.py", line 523 in run_forever
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/asyncio/base_events.py", line 555 in run_until_complete
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_asyncio/test_events.py", line 2117 in run_loop
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test_asyncio/test_events.py", line 2220 in test_sock_sendfile_mix_with_regular_send
History
Date User Action Args
2018-05-28 22:56:06vstinnersetrecipients: + vstinner, asvetlov, yselivanov, koobs
2018-05-28 22:56:06vstinnersetmessageid: <1527548166.23.0.682650639539.issue33353@psf.upfronthosting.co.za>
2018-05-28 22:56:06vstinnerlinkissue33353 messages
2018-05-28 22:56:06vstinnercreate