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

Collin Winter collinw at gmail.com
Mon Mar 12 05:41:55 CET 2007


On 3/11/07, Brett Cannon <brett at python.org> wrote:
> On 3/11/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> > Brett Cannon schrieb:
> >   - the code to do the filtering and to compute build step results
> > >>    from that would have to be written
> > >>
> > >> So I think it is more reasonable to put this filtering into regrtest.
> > >
> > > I was thinking of putting into the actual tests like I did with
> > > test_socket_ssl and its constant timeout issues.
> >
> > Right, that's what I meant - filter it out in the actual test cases.
> >
>
> My question still stands, though: would it be helpful to have a
> context manager that catches socket timeout and connection resets and
> raises ResourceDenied in those situations and then wrap the various
> network calls in the test suite with the manager?

Sounds like a good idea to me. Bonus points if works for test_wait3,
too (http://www.python.org/dev/buildbot/all/hppa%20Ubuntu%20dapper%202.5/builds/55/step-test/0).

Collin Winter


More information about the Python-checkins mailing list