gnodet commented on PR #24858:
URL: https://github.com/apache/camel/pull/24858#issuecomment-5005056054
_Claude Code on behalf of gnodet_
Pushed commit `b451d33` to fix CI failure:
`MllpTcpClientProducerRequiredEndOfDataWithoutValidationTest.testSendMultipleMessagesWithoutEndOfDataByte`
was failing because `setExpectedCounts()` was incorrectly added to a test that
was originally a no-op (the original code just set `expectedTimeoutCount = 3`
without running any test scenario). The `doPostTearDown()` method calls
`MockEndpoint.assertIsSatisfied()`, causing the mock expectations to fail.
Fix: replaced with `@Disabled("Test scenario sets expectedTimeoutCount but
has no runner implementation for this configuration")` — this is a test stub
that needs a proper implementation, not a SonarCloud assertion issue.
--
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]