[Python-Dev] bbreport

2010-04-17 Thread Victor Stinner
Hi, Ezio and Florent are developing a tool called bbreport to collect buildbot results and generate short reports to the command line. It's possible to filter results by Python branch, builder name, etc. I send patches to link failed tests to existing issues to see quickly known failures vs new

Re: [Python-Dev] bbreport

2010-04-17 Thread Mark Dickinson
On Sat, Apr 17, 2010 at 7:41 PM, Victor Stinner wrote: > Ezio and Florent are developing a tool called bbreport to collect buildbot > results and generate short reports to the command line. It's possible to > filter results by Python branch, builder name, etc. I send patches to link > failed tests

Re: [Python-Dev] bbreport

2010-04-18 Thread Florent Xicluna
> Does it really need trunk?  I've been running it under 2.6 without > problems, but I probably haven't explored all the options fully. > Now it works on 2.6 (or 2.5+pysqlite). Regards, -- Florent ___ Python-Dev mailing list Python-Dev@python.org http

Re: [Python-Dev] bbreport

2010-04-18 Thread Victor Stinner
Le samedi 17 avril 2010 20:41:10, Victor Stinner a écrit : > Ezio and Florent are developing a tool called bbreport to collect buildbot > results and generate short reports to the command line. (...) I realized that most issues come from Windows and Mac. Can't we just turn off these buildbots? -

Re: [Python-Dev] bbreport

2010-04-18 Thread Nick Coghlan
Victor Stinner wrote: > Le samedi 17 avril 2010 20:41:10, Victor Stinner a écrit : >> Ezio and Florent are developing a tool called bbreport to collect buildbot >> results and generate short reports to the command line. (...) > > I realized that most issues come from Windows and Mac. Can't we just

[Python-Dev] bbreport users - please upgrade

2010-08-16 Thread Florent Xicluna
Hello, Recently I fixed parsing issues for failures like "hung for 30 minutes", where the last test was no longer detected, since r83543 (the regrtest progress bar, issue #8560). You need to update the script to see the change: http://code.google.com/p/bbreport/ Limitations: - the cache will no