[issue31022] ERROR: testRegularFile (test.test_socket.SendfileUsingSendTest) random failure on AppVeyor

2017-09-11 Thread STINNER Victor

STINNER Victor added the comment:

I didn't see this issue recently, but I didn't check much Appveyor. Let's hope 
that the bug was fixed in the meanwhile. I will reopen the issue if the bug 
comes back.

--
resolution:  -> out of date
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31022] ERROR: testRegularFile (test.test_socket.SendfileUsingSendTest) random failure on AppVeyor

2017-07-28 Thread STINNER Victor

STINNER Victor added the comment:

I tried to reproduce the bug on my Windows 8.1 VM. I ran the test more than 
1,000 times. In parallel, I ran "python -m test -j0 -rW" to increase the system 
load, but it wasn't enough to reproduce the bug.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue31022] ERROR: testRegularFile (test.test_socket.SendfileUsingSendTest) random failure on AppVeyor

2017-07-24 Thread STINNER Victor

New submission from STINNER Victor:

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
--

--
components: Tests
messages: 299035
nosy: haypo
priority: normal
severity: normal
status: open
title: ERROR: testRegularFile (test.test_socket.SendfileUsingSendTest) random 
failure on AppVeyor
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com