The GitHub Actions job "CI" on grails-core.git/fix/ersatz-roundtrip-connection-reset has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 56663814ed92d531d5bc72776cea7c5e417114a2 / James Fredley <[email protected]> Fix flaky Ersatz empty response body test with @Retry The 'ersatz mocks empty response body' test intermittently fails with HttpClientException: Connection reset. This occurs because the Ersatz server is recreated per test method on a fixed port (19876), and the Micronaut @Client connection pool may hold stale connections from the previous test's server instance. Add @Retry(count = 2, delay = 200) scoped to HttpClientException so only transient connection issues trigger a retry. Assisted-by: Claude Code <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/22635582056 With regards, GitHub Actions via GitBox
