On Fri, May 1, 2015 at 8:55 PM, Sean Busbey <[email protected]> wrote:
> Hey Folks,
>
> I'd like to turn on the surefire plugin's automatic flakey test detection
> feature[1]. For those times where we run into a resource contention issue,
> we'll hopefully get a flakey detection and not a hard failure.
>
> My hope is this will help get us back to relying on the post-commit tests
> for useful information.
>
> Any concerns?
>
> None.
We already run with it on for hadoopqa testing:
dev-support//test-patch.sh: $MVN clean test
-Dsurefire.rerunFailingTestsCount=2 -P runAllTests
-D${PROJECT_NAME}PatchProcess
St.Ack
>
> [1]:
>
> https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html
>
> --
> Sean
>