gnodet commented on PR #24651: URL: https://github.com/apache/camel/pull/24651#issuecomment-4974524090
Good catch on the `assertIsSatisfied(long)` API semantics — the parameter is indeed `timeoutForEmptyEndpoints`, not `resultWaitTime`, so it's silently ignored when `expectedCount > 0`. Fixed in df6148e: - `FixedLengthAllowShortTest`: all 3 sites now use `setResultWaitTime(30_000)` + `assertIsSatisfied()` - `MailAttachmentDuplicateNamesTest`: same pattern - `FilterCreateCamelContextPerClassTest.testSendMatchingMessage` (expectedCount=1): `setResultWaitTime(30_000)` + `assertIsSatisfied()` - `FilterCreateCamelContextPerClassTest.testSendNotMatchingMessage` (expectedCount=0): reverted to no-arg `assertIsSatisfied()` to avoid the 30s sleep regression All tests verified locally. _Claude Code on behalf of @gnodet_ -- 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]
