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 2011-11-22.13:16:52
SpamBayes Score 1.8059145e-08
Marked as misclassified No
Message-id <1321967813.33.0.280179416852.issue13453@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-11-22 13:16:53vstinnersetrecipients: + vstinner
2011-11-22 13:16:53vstinnersetmessageid: <1321967813.33.0.280179416852.issue13453@psf.upfronthosting.co.za>
2011-11-22 13:16:52vstinnerlinkissue13453 messages
2011-11-22 13:16:52vstinnercreate