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

2010-09-10 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing l

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

2010-05-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I commited the patch as r81571 in trunk. Apparently it's ok. -- assignee: -> haypo ___ Python tracker ___ __

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

2010-05-28 Thread STINNER Victor
STINNER Victor 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 "/scratch/pybot-buildarea/trunk.

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

2010-05-27 Thread STINNER Victor
STINNER Victor added the comment: I commited the patch as r81571 in trunk. Wait for the buildbot before porting it to other branches. -- ___ Python tracker ___ _

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

2010-05-27 Thread Antoine Pitrou
Antoine Pitrou added the comment: Looks ok to me. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

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

2010-05-27 Thread STINNER Victor
STINNER Victor 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 STINNER Victor
New submission from STINNER Victor : 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: http://www.python.org/dev/buildb