Hi,

You introduced the idea a couple of ago on this list already, and IIRC, one
main feedback question was why you don't use JUnit's Rules concept for
this. I can think of a couple of arguments to rather use Rules instead of
the extension in surefire, but I'd like to know your reasoning to go this
way. Is it mainly the reporting?

I'll look into the PR tonight (CEST) and maybe leave some comments at
github, but let's dicuss the general approach here in the mailing list. :-)

Thanks,
Andreas

Am Dienstag, 24. Juni 2014 schrieb Qingzhou Luo :

> Hi,
>
> I am an intern at Google. The first step of my internship project is to add
> the ability to Maven to automatically rerun failing tests a few times, to
> see if they ever pass in any of the reruns. It is useful because in many
> cases a test fails because it is flaky, not because there is a bug in the
> new source code change.
>
> We think the right way to achieve this is to modify surefire plugin of
> maven. We have already made changes to surefire. I have created a pull
> request #40 for maven-surefire on github. I would appreciate any comments
> or suggestions on my change. Our code are covered with unit tests and
> integration tests as well.
>
> https://github.com/apache/maven-surefire/pull/40
>
>
> Thank you very much!
>
> Regards,
>
> Qingzhou​ ​
>

Reply via email to