The GitHub Actions job "CI - Groovy Joint Validation Build" on grails-core.git/grails8-groovy6-canary has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 403f43d2b4a7b402df25669771f6b11bcfda28ed / James Fredley <[email protected]> ci: finish functional shard 1 after Gradle worker teardown hangs On Groovy 6, Functional Tests (Java 21, indy=true, shard 1) finishes its tests in about 31 minutes, then Gradle sits silent in worker teardown until the job is cancelled. The same cell on 8.0.x finishes in 22-34 minutes. GitHub was not the cause. Write a SUCCESS/FAILURE sentinel from the root buildFinished callback, then kill Gradle at 45 minutes on that cell only. If the sentinel is SUCCESS, treat the teardown hang as a finished green suite. Other functional cells keep a 70-minute hard timeout and still fail on hang. Assisted-by: claude-code:claude-opus-5 Report URL: https://github.com/apache/grails-core/actions/runs/32111075806 With regards, GitHub Actions via GitBox
