[Python-Dev] Summary of Python tracker Issues

Victor Stinner victor.stinner at haypocalc.com
Sat Aug 21 00:47:46 CEST 2010


Le vendredi 20 août 2010 19:49:10, vous avez écrit :
> And Now For Something Completely Different...
> 
>   http://code.google.com/p/bbreport/wiki/PythonBuildbotReport

Thanks to Florent and Ezio for their great work on bbreport project!

>  - *New failures* : failures which are not associated with an issue in
> the tracker
> 
>  - *Known issues* : failures which are (probably) linked with an existing
> issue (the association [failure] <--> [issue] is based on regexp rules)

There is a configuration file, bbreport.conf, which uses some patterns to match 
an issue:

 - test name (regex)
 - message (regex)
 - builder (regex)

All fields are optional, but it's better to set at least one field :-)

Extract of the config:
---------------
8265: test_float::ARMv4 Debian (2.6|3.1)
8423: test_pep277::x86 Tiger (2.7|3.x)
8428: test_multiprocessing::(x86 FreeBSD 7.2 3.x|x86 Windows7 3.1|.* 2.7)
8429: test_subprocess:hung:
8431: :hung:(ARM|.* debian parallel)
---------------

-- 
Victor Stinner
http://www.haypocalc.com/


More information about the Python-Dev mailing list