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, vstinner, yselivanov
Date 2018-05-23.23:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527117833.42.0.682650639539.issue33626@psf.upfronthosting.co.za>
In-reply-to
Content
http://buildbot.python.org/all/#/builders/14/builds/1023

======================================================================
FAIL: test_sendfile_fallback_close_peer_in_middle_of_receiving (test.test_asyncio.test_events.KqueueEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_asyncio/test_events.py", line 2474, in test_sendfile_fallback_close_peer_in_middle_of_receiving
    self.loop.sendfile(cli_proto.transport, self.file))
AssertionError: ConnectionError not raised

======================================================================
FAIL: test_sendfile_fallback_close_peer_in_middle_of_receiving (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_asyncio/test_events.py", line 2474, in test_sendfile_fallback_close_peer_in_middle_of_receiving
    self.loop.sendfile(cli_proto.transport, self.file))
AssertionError: ConnectionError not raised

======================================================================
FAIL: test_sendfile_fallback_close_peer_in_middle_of_receiving (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/buildbot/buildarea/3.x.billenstein-sierra/build/Lib/test/test_asyncio/test_events.py", line 2474, in test_sendfile_fallback_close_peer_in_middle_of_receiving
    self.loop.sendfile(cli_proto.transport, self.file))
AssertionError: ConnectionError not raised
History
Date User Action Args
2018-05-23 23:23:53vstinnersetrecipients: + vstinner, asvetlov, yselivanov
2018-05-23 23:23:53vstinnersetmessageid: <1527117833.42.0.682650639539.issue33626@psf.upfronthosting.co.za>
2018-05-23 23:23:53vstinnerlinkissue33626 messages
2018-05-23 23:23:53vstinnercreate