Automatic Issue Checker

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Automatic Issue Checker

Camillo Bruni-3
After a long debug session on monday I could finally overcome
a tricky race condition for delays during image startup. This
was the last obstacle to make the issue checker work under linux.

The issue validator is now enabled again (the third time ;):
        https://ci.inria.fr/pharo/view/3.0-Analysis/job/Pharo-3.0-Issue-Validator/

The results are publish as HTMl on Jenkins and a link is put in
the case description on fogbugz. See the following issue:

https://pharo.fogbugz.com/f/cases/11907
1. Slice failed:     https://ci.inria.fr/pharo/job/Pharo-3.0-Issue-Validator/334//artifact/validationReport.html
2. Slice succeeded:  https://ci.inria.fr/pharo/job/Pharo-3.0-Issue-Validator/336//artifact/validationReport.html


In the case you only provide a postscript the checker will
fail with a warning that it didn't find a slice:

https://pharo.fogbugz.com/f/cases/11895

Adding a "noMonkey" tag on fogbugz will solve that issue.

camillo

signature.asc (457 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Automatic Issue Checker

Stéphane Ducasse

On Oct 16, 2013, at 4:51 PM, Camillo Bruni <[hidden email]> wrote:

> After a long debug session on monday I could finally overcome
> a tricky race condition for delays during image startup. This
> was the last obstacle to make the issue checker work under linux.

Excellent!!!!

> The issue validator is now enabled again (the third time ;):
> https://ci.inria.fr/pharo/view/3.0-Analysis/job/Pharo-3.0-Issue-Validator/
>
> The results are publish as HTMl on Jenkins and a link is put in
> the case description on fogbugz. See the following issue:
>
> https://pharo.fogbugz.com/f/cases/11907
> 1. Slice failed:     https://ci.inria.fr/pharo/job/Pharo-3.0-Issue-Validator/334//artifact/validationReport.html
> 2. Slice succeeded:  https://ci.inria.fr/pharo/job/Pharo-3.0-Issue-Validator/336//artifact/validationReport.html
>
>
> In the case you only provide a postscript the checker will
> fail with a warning that it didn't find a slice:
>
> https://pharo.fogbugz.com/f/cases/11895
>
> Adding a "noMonkey" tag on fogbugz will solve that issue.
>
> camillo