cshannon commented on PR #1880: URL: https://github.com/apache/activemq/pull/1880#issuecomment-4193383398
> I agree we need this back on now for PRs for a little bit. > > Perhaps we keep the flag _off_ for the nightly and weekly? I'm thinking we need a way to identify the flaky tests to fix. You can still identify the flaky tests, the build output from Surefire lists all the flakes and how many times they were re-run. In fact I think this is better because if you don't disable the flaky tests, it will abort after 1. Where as now it will run potentially all the tests and print out all the flakes. What would be better would be to have some sort of post-run job that can parse the output and alert/list all of the flakes in a report. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
