Message316770
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. |
|
Date |
User |
Action |
Args |
2018-05-16 06:29:52 | vstinner | set | recipients:
+ vstinner, asvetlov, yselivanov |
2018-05-16 06:29:52 | vstinner | set | messageid: <1526452192.92.0.682650639539.issue33531@psf.upfronthosting.co.za> |
2018-05-16 06:29:52 | vstinner | link | issue33531 messages |
2018-05-16 06:29:52 | vstinner | create | |
|