[Python-Dev] Finding buildbot failures

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Fri Feb 25 20:00:14 CET 2011


On 06:47 pm, fuzzyman at voidspace.org.uk wrote:
>On 25/02/2011 18:10, Vinay Sajip wrote:
>>What's the easiest way of finding which tests failed on buildbot 
>>builds? I mean,
>>is there anything easier than using the Web interface to browse to 
>>failing
>>builds and then looking at the stdio output in a browser?
>
>That's one of the big advantages that Jenkins (nee Hudson) has over 
>buildbot - drilling down into individual test failures through the web 
>ui. Your test run needs to generate appropriate xml for that to work 
>though.

Buildbot can do this too.  It can even do it without xml, although it 
does need *some* parseable format, which I think the Python test suite 
is a long way from.

Jean-Paul


More information about the Python-Dev mailing list