oscerd commented on PR #2883: URL: https://github.com/apache/camel-kamelets/pull/2883#issuecomment-4829267778
The failing `test` (integration) check here is **not** the new counter-source test — the entire `CommonIT` suite failed identically in that run, including long-standing tests (`log-sink-pipe-test`, `timer-to-http-pipe-test`, `earthquake-to-http-test`, and all the transformation/header/filter tests). They all fail with `Failed to verify … exit code 1` / `Action timeout … httpServer.inbound`, preceded by warnings that Citrus's YAML test actions (`jbang`, `camel`, `http`, …) failed to register — i.e. a suite-wide CI/runtime issue, not a defect in this PR. The counter test itself passes locally: ``` mvn verify -Dit.test=CommonIT#counter → TEST SUCCESS counter-source-pipe-test (Verified Camel integration 'counter-source-pipe' ... All values OK!) ``` `build` and `validate` are green. The same `test` failure appears on #2886 (which only removed two deprecated options) and that PR was merged, which supports this being pre-existing/environmental rather than caused by either change. _Claude Code on behalf of Andrea Cosentino (@oscerd)_ -- 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]
