New submission from STINNER Victor <[email protected]>:
https://travis-ci.org/python/cpython/jobs/379560387
======================================================================
FAIL: test_stdin_broken_pipe
(test.test_asyncio.test_subprocess.SubprocessFastWatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/travis/build/python/cpython/Lib/test/test_asyncio/test_subprocess.py",
line 214, in test_stdin_broken_pipe
self.loop.run_until_complete, coro)
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not
raised by run_until_complete
======================================================================
FAIL: test_stdin_broken_pipe
(test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/travis/build/python/cpython/Lib/test/test_asyncio/test_subprocess.py",
line 214, in test_stdin_broken_pipe
self.loop.run_until_complete, coro)
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not
raised by run_until_complete
It looks like bpo-30382 which has been closed because it disappears from "AMD64
FreeBSD CURRENT Non-Debug 3.x", but this bug was already random.
----------
components: Tests, asyncio
messages: 316770
nosy: asvetlov, vstinner, yselivanov
priority: normal
severity: normal
status: open
title: test_asyncio: test_subprocess test_stdin_broken_pipe() failure on Travis
CI
versions: Python 3.8
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33531>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com