[New-bugs-announce] [issue13453] Tests and network timeouts

STINNER Victor report at bugs.python.org
Tue Nov 22 14:16:53 CET 2011


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

A lot of tests using the network are failing sometimes. They look like timeout or network failure.

Example:

======================================================================
ERROR: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Lib/test/test_ftplib.py", line 582, in test_storlines
    self.client.storlines('stor', f)
  File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Lib/ftplib.py", line 824, in storlines
    conn.unwrap()
  File "/var/lib/buildbot/buildarea/3.x.warsaw-ubuntu-arm/build/Lib/ssl.py", line 448, in unwrap
    s = self._sslobj.shutdown()
socket.timeout: The read operation timed out

----------
components: Tests
messages: 148116
nosy: haypo
priority: normal
severity: normal
status: open
title: Tests and network timeouts
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13453>
_______________________________________


More information about the New-bugs-announce mailing list