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_stdin_broken_pipe() of test_asyncio failed randomly on AMD64 FreeBSD CURRENT Non-Debug 3.x
Type: Stage: resolved
Components: asyncio, Tests Versions: Python 3.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: vstinner, yselivanov
Priority: normal Keywords:

Created on 2017-05-16 23:38 by vstinner, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg293822 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-16 23:38
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Non-Debug%203.x/builds/279/steps/test/logs/stdio

======================================================================
FAIL: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-current.nondebug/build/Lib/test/test_asyncio/test_subprocess.py", line 213, in test_stdin_broken_pipe
    self.loop.run_until_complete, coro)
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not raised by run_until_complete

----------------------------------------------------------------------
msg300143 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-08-11 00:06
I only saw this bug once since June, so I close this issue.
History
Date User Action Args
2022-04-11 14:58:46adminsetgithub: 74567
2017-08-11 00:06:53vstinnersetstatus: open -> closed
resolution: out of date
messages: + msg300143

stage: resolved
2017-05-16 23:38:36vstinnercreate