atiaomar1978-hub commented on PR #25337: URL: https://github.com/apache/camel/pull/25337#issuecomment-5212287682
## CI failure analysis (run 31115312949) _AI-generated on behalf of atiaomar1978-hub_ **Root cause:** The failing job is **not** from CAMEL-23861 code — all AI observability tests passed in CI. | Module | Test | Result | |--------|------|--------| | `camel-ai-observability` | 16 tests | ✅ PASS | | `camel-openai` (incl. `OpenAIObservabilityTest`) | all | ✅ PASS | | `camel-langchain4j-*` | all | ✅ PASS | | `camel-lumberjack` | `LumberjackComponentTest.shouldListenToMessages` | ❌ **flake** — `ConditionTimeout` after 30s (failed all 3 reruns) | | `camel-vertx-websocket` | `testSendWithConnectionKeyForRawParameterizedPath` | ⚠️ failed run 1, passed run 2 | The build tested **606 modules** (broad dependent-module scope from PR labels), which increases flake exposure under CI load. Lumberjack is a known timing-sensitive integration test (`@Isolated`, already disabled on s390x for reliability — CAMEL-21438). **Fix applied:** Rebased branch onto latest `upstream/main` (was ~10 commits behind) and verified focused test suite passes locally. Pushed to re-trigger CI. If lumberjack flakes again, it is unrelated to this PR — consider re-running the workflow or narrowing CI scope to changed modules only. -- 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]
