Charles-François Natali <neolo...@free.fr> added the comment: Another failure on an OpenIndiana buildbot: """ ====================================================================== ERROR: testTimeoutConnect (test.test_ftplib.TestTimeouts) ---------------------------------------------------------------------- Traceback (most recent call last): File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_ftplib.py", line 837, in testTimeoutConnect ftp.connect(HOST, timeout=30) File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/ftplib.py", line 142, in connect self.sock = socket.create_connection((self.host, self.port), self.timeout) File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/socket.py", line 404, in create_connection raise err File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/socket.py", line 395, in create_connection sock.connect(sa) socket.error: [Errno 146] Connection refused """
I guess it's always the same problem, a broken name resolution service which takes a long time to resolve "localhost". I'll try to bump the timeouts. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13453> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com