[GitHub] maven-surefire pull request: Add rerunFailingTests option for mave...

2014-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-surefire/pull/40 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

Re: [GitHub] maven-surefire pull request: Add rerunFailingTests option for mave...

2014-06-24 Thread Karl Heinz Marbaise
Hi, I have some thoughts about that...first as far as i can remember we had a discussion about the same subject a longer time ago... Furthermore by definition a unit test is just a unit which is very small and should not have any relationships to anything outside (exception: mocking)... So

Re: [GitHub] maven-surefire pull request: Add rerunFailingTests option for mave...

2014-06-24 Thread Paul Benedict
Hi, You sure created a big patch! I am sure there is more than one way to solve this problem. Enhancing the plugin is one way, but is that really the right way to universalize the functionality? I don't know. Maybe others will agree with you. My first thoughts would be that the external process th

[GitHub] maven-surefire pull request: Add rerunFailingTests option for mave...

2014-06-24 Thread qingzhouluo
GitHub user qingzhouluo opened a pull request: https://github.com/apache/maven-surefire/pull/40 Add rerunFailingTests option for maven surefire to rerun failing tests i... Add rerunFailingTests option for maven surefire to rerun failing tests immediately after they fail. Each single