galderz commented on issue #221: [SUREFIRE-1638] Support running tests until failure or N test runs URL: https://github.com/apache/maven-surefire/pull/221#issuecomment-464079570 To add more details, one might wonder why we don't set `rerunFailingTestsCount` > 0 on running in CI, and that's because CI doesn't run with TRACE enabled. So, if having `rerunFailingTestsCount`> 0 there does not get us anything. When we find a randomly failing test, then we try to isolate it, run it with TRACE, and run it until it fails.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
