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

Brett Cannon brett at python.org
Mon Apr 16 21:36:43 CEST 2007


On 4/16/07, Grig Gheorghiu <grig.gheorghiu at gmail.com> wrote:

Almost all community buildbots have failed the test step due to a failure in testnormalization. Here's a link to the community farm for the trunk: http://www.python.org/dev/buildbot/community/trunk/ And here's an example of a failure:

http://www.python.org/dev/buildbot/community/trunk/x86%20OSX%20trunk/builds/567/step-test/0 test testnormalization failed -- Traceback (most recent call last): File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/testnormalization.py", line 36, in testmain for line in openurlresource(TESTDATAURL): File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/testsupport.py", line 271, in openurlresource requires('urlfetch') File "/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/testsupport.py", line 94, in requires raise ResourceDenied(msg) ResourceDenied: Use of the `urlfetch' resource not enabled

Don't know what suddenly triggered this (nothing I did), but the code basically looks correct. What should be happening is regrtest should be catching that exception and just saying the test was skipped.

The last commit on regrtest was March 12, test_support was touched April 3, and test_normalization on April 5 according to svn log -r COMMITTED.

-Brett -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/python-dev/attachments/20070416/9e7cefcd/attachment.htm



More information about the Python-Dev mailing list