gnodet commented on PR #25148: URL: https://github.com/apache/camel/pull/25148#issuecomment-5092364717
_Claude Code on behalf of gnodet_ Thanks for the local test results @apupier — that pinpointed the issue. The `listRules` readiness check was too weak: the container health check passes and reads succeed **before write operations like `putRule` are ready**. Pushed a46ac59: the readiness probe now does a real `putRule` + `deleteRule` cycle (Awaitility, 30s timeout) to confirm the service accepts writes before any test runs. The read-only `listRules` check is replaced entirely. Locally verified: **5/5 runs, 40 tests, zero failures** over 5 minutes with the singleton container. Could you please re-test on your machine with this latest change? -- 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]
