gnodet commented on PR #24447: URL: https://github.com/apache/camel/pull/24447#issuecomment-4891204759
_Claude Code on behalf of Guillaume Nodet_ Closing this PR — the `Thread.sleep(100)` calls between UDP sends are valid pacing delays that prevent packet loss, not flakiness sources. Additionally, `MockEndpoint.assertIsSatisfied()` already waits up to 10s internally, so wrapping it in Awaitility is redundant. Will re-evaluate if these tests are confirmed flaky by running 100+ times. -- 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]
