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 gvanrossum, koobs, vstinner, yselivanov
Date 2016-09-27.06:34:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474958064.43.0.517604300062.issue28283@psf.upfronthosting.co.za>
In-reply-to
Content
The issue #28176 introduced a new unit test which fails randomly on FreeBSD buildbots. Recent example:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.x%20Shared%203.x/builds/5162/steps/test/logs/stdio

======================================================================
ERROR: test_sock_connect_sock_write_race (test.test_asyncio.test_selector_events.SelectorLoopFunctionalTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_asyncio/test_selector_events.py", line 1868, in test_sock_connect_sock_write_race
    timeout=TIMEOUT))
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/asyncio/base_events.py", line 457, in run_until_complete
    return future.result()
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/asyncio/futures.py", line 292, in result
    raise self._exception
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/asyncio/tasks.py", line 239, in _step
    result = coro.send(None)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/asyncio/tasks.py", line 397, in wait_for
    raise futures.TimeoutError()
concurrent.futures._base.TimeoutError
History
Date User Action Args
2016-09-27 06:34:24vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, koobs
2016-09-27 06:34:24vstinnersetmessageid: <1474958064.43.0.517604300062.issue28283@psf.upfronthosting.co.za>
2016-09-27 06:34:24vstinnerlinkissue28283 messages
2016-09-27 06:34:23vstinnercreate