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.
Created on 2012年09月12日 16:21 by pitrou, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg170402 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2012年09月12日 16:21 | |
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 |
|||
| msg170403 - (view) | Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) | Date: 2012年09月12日 16:30 | |
Assigning to me but I won't be able to look into it for a while. |
|||
| msg220395 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年06月12日 22:53 | |
Can it be assumed that this is no longer a problem? |
|||
| msg226446 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年09月05日 19:11 | |
Surely a test issue can be closed after two years? |
|||
| msg292987 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年05月04日 15:15 | |
I didn't see this failure recently on any buildbot. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:35 | admin | set | github: 60138 |
| 2017年05月04日 15:15:57 | vstinner | set | status: open -> closed nosy: + vstinner messages: + msg292987 resolution: out of date stage: resolved |
| 2014年09月05日 19:11:56 | BreamoreBoy | set | messages: + msg226446 |
| 2014年06月12日 22:53:13 | BreamoreBoy | set | nosy:
+ BreamoreBoy messages: + msg220395 |
| 2012年09月12日 16:30:53 | giampaolo.rodola | set | assignee: giampaolo.rodola messages: + msg170403 |
| 2012年09月12日 16:21:35 | pitrou | create | |