jdaugherty commented on PR #15335: URL: https://github.com/apache/grails-core/pull/15335#issuecomment-3793605827
In my early testing, using the cache was not always consistent because of how some of our dependencies are included. Part of the reason we force a rerun of tests was to ensure everything was functional. I am ok disabling the cache for every commit, but I think we still need to run all of the tests periodically. I would strongly urge we fix the reason the develocity plugin retries the tests first - sometimes it reruns all of the tests 3+ times. Most of the tests that fail are in grails-gsp. If you checkout the last build, look at flaky tests to find the problematic ones. I suspect if we fixed these, the github build would go down by over half of its run time. -- 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]
