[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-09-10 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- resolution: - out of date status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8835 ___

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-28 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: There is another error: test test_ssl failed -- Traceback (most recent call last): File /scratch/pybot-buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py, line 261, in test_algorithms s.connect(remote) File

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-28 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I commited the patch as r81571 in trunk. Apparently it's ok. -- assignee: - haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8835 ___

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-27 Thread STINNER Victor
New submission from STINNER Victor victor.stin...@haypocalc.com: The nameserver responsible of sha2.hboeck.de is down and this hostname is used in test_ssl. The result is that all trunk buildbots are red (error). support.transient_internet() should catch socket.gaierror. -- One example:

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-27 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: Patch to catch gaierror(EAI_NODATA) and gaierror(EAI_NONAME). -- keywords: +patch Added file: http://bugs.python.org/file17477/transilient_internet_dns.patch ___ Python tracker

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-27 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Looks ok to me. -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8835 ___ ___

[issue8835] buildbot: support.transient_internet() doesn't catch DNS socket.gaierror

2010-05-27 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: I commited the patch as r81571 in trunk. Wait for the buildbot before porting it to other branches. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8835