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 vstinner
Date 2017-07-25.00:36:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500942970.9.0.437902553095.issue31022@psf.upfronthosting.co.za>
In-reply-to
Content
https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.4809

(...)
testNonRegularFile (test.test_socket.SendfileUsingSendTest) ... ok
testOffset (test.test_socket.SendfileUsingSendTest) ... ok
testRegularFile (test.test_socket.SendfileUsingSendTest) ... ERROR
testWithTimeout (test.test_socket.SendfileUsingSendTest) ... ok
testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest) ... ok
(...)
======================================================================
ERROR: testRegularFile (test.test_socket.SendfileUsingSendTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\projects\cpython\lib\test\test_socket.py", line 5225, in testRegularFile
    data = self.recv_data(conn)
  File "C:\projects\cpython\lib\test\test_socket.py", line 5201, in recv_data
    chunk = conn.recv(self.BUFSIZE)
socket.timeout: timed out
----------------------------------------------------------------------
History
Date User Action Args
2017-07-25 00:36:10vstinnersetrecipients: + vstinner
2017-07-25 00:36:10vstinnersetmessageid: <1500942970.9.0.437902553095.issue31022@psf.upfronthosting.co.za>
2017-07-25 00:36:10vstinnerlinkissue31022 messages
2017-07-25 00:36:09vstinnercreate