Re: [Python-Dev] Finding buildbot failures

2011-03-06 Thread Michael Foord
On 05/03/2011 22:18, "Martin v. Löwis" wrote: Am 05.03.2011 19:26, schrieb Michael Foord: On 28/02/2011 21:59, "Martin v. Löwis" wrote: 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 ne

Re: [Python-Dev] Finding buildbot failures

2011-03-05 Thread Martin v. Löwis
Am 05.03.2011 19:26, schrieb Michael Foord: > On 28/02/2011 21:59, "Martin v. Löwis" wrote: > 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 xm

Re: [Python-Dev] Finding buildbot failures

2011-03-05 Thread Antoine Pitrou
On Sat, 05 Mar 2011 18:26:29 + Michael Foord wrote: > On 28/02/2011 21:59, "Martin v. Löwis" wrote: > 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 generat

Re: [Python-Dev] Finding buildbot failures

2011-03-05 Thread Michael Foord
On 28/02/2011 21:59, "Martin v. Löwis" wrote: 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

Re: [Python-Dev] Finding buildbot failures

2011-02-28 Thread Martin v. Löwis
>>> 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, alt

Re: [Python-Dev] Finding buildbot failures

2011-02-26 Thread Michael Foord
On 26/02/2011 13:46, exar...@twistedmatrix.com wrote: On 01:16 pm, fuzzy...@voidspace.org.uk wrote: On 25/02/2011 19:00, exar...@twistedmatrix.com wrote: On 06:47 pm, fuzzy...@voidspace.org.uk wrote: On 25/02/2011 18:10, Vinay Sajip wrote: What's the easiest way of finding which tests failed o

Re: [Python-Dev] Finding buildbot failures

2011-02-26 Thread exarkun
On 01:16 pm, fuzzy...@voidspace.org.uk wrote: On 25/02/2011 19:00, exar...@twistedmatrix.com wrote: On 06:47 pm, fuzzy...@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 th

Re: [Python-Dev] Finding buildbot failures

2011-02-26 Thread Michael Foord
On 25/02/2011 19:00, exar...@twistedmatrix.com wrote: On 06:47 pm, fuzzy...@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 failin

Re: [Python-Dev] Finding buildbot failures

2011-02-26 Thread Vinay Sajip
Ezio Melotti gmail.com> writes: > You can try bbreport (http://code.google.com/p/bbreport/wiki/Screenshots): > > hg clone https://bbreport.googlecode.com/hg/ bbreport > cd bbreport > python bbreport --help > python bbreport 3.x > > (There is some issue with hg revision numbers that I haven't fi

Re: [Python-Dev] Finding buildbot failures

2011-02-25 Thread Ezio Melotti
On 25/02/2011 20.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? You can try bbreport (http://code.googl

Re: [Python-Dev] Finding buildbot failures

2011-02-25 Thread exarkun
On 06:47 pm, fuzzy...@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 bro

Re: [Python-Dev] Finding buildbot failures

2011-02-25 Thread Georg Brandl
On 25.02.2011 19: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? Once every failure sent a mail to p

Re: [Python-Dev] Finding buildbot failures

2011-02-25 Thread Michael Foord
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 Jen

Re: [Python-Dev] Finding buildbot failures

2011-02-25 Thread Antoine Pitrou
On Fri, 25 Feb 2011 18:10:28 + (UTC) 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? Not really, bu

[Python-Dev] Finding buildbot failures

2011-02-25 Thread Vinay Sajip
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? Thanks, Vinay Sajip ___ Python-Dev mai