Issue 33626: test_sendfile_fallback_close_peer_in_middle_of_receiving() fails on x86-64 Sierra 3.x
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