[Python-Dev] test_normalization failures across communitybuildbots (original) (raw)

Raymond Hettinger python at rcn.com
Tue Apr 17 05:21:33 CEST 2007


[Collin Winter]

This should be fixed in r54844. The problem was that the availability of the urlfetch resource wasn't being checked early enough and so testsupport.runsuite() was converting the ResourceDenied exception into a TestError instance. This wasn't showing up on other machines since the urlfetch'd files weren't being cleaned out between test runs.

Can you add code to clean them out between runs?

Raymond



More information about the Python-Dev mailing list