Issue 30382: test_stdin_broken_pipe() of test_asyncio failed randomly on AMD64 FreeBSD CURRENT Non-Debug 3.x (original) (raw)

Issue30382

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:46 admin set github: 74567
2017-08-11 00:06:53 vstinner set status: open -> closedresolution: out of datemessages: + stage: resolved
2017-05-16 23:38:36 vstinner create