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

Brett Cannon brett at python.org
Sun Mar 11 19:46:42 CET 2007


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?

-Brett


More information about the Python-checkins mailing list