mayurbm commented on PR #25205: URL: https://github.com/apache/camel/pull/25205#issuecomment-5177739247
The CI failure is unrelated to the changes in this PR. **Failing test:** `PulsarCustomMessageReceiptIT.testAcknowledgeWithCustomMessageReceipt` in `camel-pulsar` **Root cause:** A pre-existing flaky integration test with two issues: 1. A timing race — the test expects `acknowledge()` to be called at least 2 times but only 1 message was acknowledged before the assertion fired. 2. A teardown resource leak — when the test fails, the Pulsar producer is not closed, so all retry attempts crash with `ProducerBusyException: Producer with name 'camel-producer-1' is already connected`. **Why this is not caused by this PR:** The changes here only touch `core/camel-base-engine/RouteService.java` and `core/camel-core` test sources. The `camel-pulsar` component is completely unaffected. Recent main-branch CI runs (2026-08-03) all pass successfully, confirming this is intermittent infrastructure/timing flakiness. Could a committer please re-trigger the CI run? Thank you. -- 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]
