[Python-checkins] buildbot warnings in hppa Ubuntu dapper 2.5

Brett Cannon brett at python.org
Sat Mar 10 21:39:42 CET 2007


Another failure because a connection timed out.  There was also a
failure because the connection was reset.

Would it be worth it to have a function in test_support just for
network calls that suppresses both timed out connection exceptinos and
connection resets by chaining calls to
test.test_support.TransientResource() using contextlib.nested?

-Brett`

On 3/9/07, buildbot at python.org <buildbot at python.org> wrote:
> The Buildbot has detected a new failure of hppa Ubuntu dapper 2.5.
> Full details are available at:
>  http://www.python.org/dev/buildbot/all/hppa%2520Ubuntu%2520dapper%25202.5/builds/49
>
> Buildbot URL: http://www.python.org/dev/buildbot/all/
>
> Build Reason:
> Build Source Stamp: [branch branches/release25-maint] HEAD
> Blamelist: collin.winter
>
> Build had warnings: warnings test
>
> Excerpt from the test logfile:
> 1 test failed:
>     test_urllibnet
>
> make: *** [buildbottest] Error 1
>
> sincerely,
>  -The Buildbot
>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-checkins
>


More information about the Python-checkins mailing list