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 asvetlov, christian.heimes, eitan.adler, terry.reedy, vstinner, yselivanov
Date 2018-06-08.06:59:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528441194.66.0.592728768989.issue33531@psf.upfronthosting.co.za>
In-reply-to
Content
As expected, the workaround adding a delay of 500 ms is not perfect, the test still fails on the very slow x86 Windows7 3.6 buildbot when tests are run in parallel:

http://buildbot.python.org/all/#/builders/90/builds/383

======================================================================
FAIL: test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessProactorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.6.bolen-windows7\build\lib\test\test_asyncio\test_subprocess.py", line 221, in test_stdin_broken_pipe
    self.loop.run_until_complete, coro)
AssertionError: (<class 'BrokenPipeError'>, <class 'ConnectionResetError'>) not raised by run_until_complete


But hopefully, test_asyncio passed when re-run sequentially.
History
Date User Action Args
2018-06-08 06:59:54vstinnersetrecipients: + vstinner, terry.reedy, christian.heimes, asvetlov, yselivanov, eitan.adler
2018-06-08 06:59:54vstinnersetmessageid: <1528441194.66.0.592728768989.issue33531@psf.upfronthosting.co.za>
2018-06-08 06:59:54vstinnerlinkissue33531 messages
2018-06-08 06:59:54vstinnercreate