[issue15934] flaky test in test_ftplib

Antoine Pitrou report at bugs.python.org
Wed Sep 12 18:21:35 CEST 2012


New submission from Antoine Pitrou:

Seen on a buildbot:

======================================================================
ERROR: test_storlines (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/test/test_ftplib.py", line 583, in test_storlines
    self.client.storlines('stor', f)
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ftplib.py", line 811, in storlines
    conn.unwrap()
  File "/export/home/buildbot/64bits/3.x.cea-indiana-amd64/build/Lib/ssl.py", line 495, in unwrap
    s = self._sslobj.shutdown()
socket.timeout: The read operation timed out

http://buildbot.python.org/all/builders/AMD64%20OpenIndiana%203.x/builds/4429/steps/test/logs/stdio

----------
components: Tests
messages: 170402
nosy: giampaolo.rodola, pitrou
priority: normal
severity: normal
status: open
title: flaky test in test_ftplib
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list