This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author koobs
Recipients doko, koobs
Date 2013-04-30.10:32:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367317924.54.0.27786403072.issue17773@psf.upfronthosting.co.za>
In-reply-to
Content
I am seeing a similar set of test failures buildbots for 2.7 that are relatively recent too:

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20dtrace%2Bclang%202.7/builds/479/steps/test/logs/stdio

I cant account for test_html_doc failure but I have seen apropos tests fail in the past here due to third party modules doing funny things.

I upstreamed a fix in buildbot which addressed it as seen in this commit:

https://github.com/buildbot/buildbot/commit/126e02341c76bd5a027c2ca5a8467aa5708228f2#master/buildbot/test/__init__.py

I can test again without paramiko installed on the buildbot to see what the test failure delta is and report back
History
Date User Action Args
2013-04-30 10:32:04koobssetrecipients: + koobs, doko
2013-04-30 10:32:04koobssetmessageid: <1367317924.54.0.27786403072.issue17773@psf.upfronthosting.co.za>
2013-04-30 10:32:04koobslinkissue17773 messages
2013-04-30 10:32:04koobscreate