gnodet opened a new pull request, #24464: URL: https://github.com/apache/camel/pull/24464
_Claude Code on behalf of Guillaume Nodet_ ## ⚠️ DO NOT MERGE — CI-only PR for flaky test detection This PR runs the **full test suite** across all Camel modules to identify actually-flaky tests, rather than guessing from static analysis. ### How it works 1. Add the `incremental-full-test` label to this PR to trigger a full test run 2. CI will discover all modules with test sources (~330 modules) 3. Tests run with `rerunFailingTestsCount=0` (no masking) and `maven.test.failure.ignore=true` (continue past failures) 4. A PR comment will summarize all test classes that failed ### Changes - `incremental-build.sh`: Added full-test mode triggered by the `incremental-full-test` label - `parent/pom.xml`: Dummy comment to trigger CI (`.github/**` is in paths-ignore) ### What to do with results Tests that fail here are candidates for flaky test fixes. Each should be: 1. Run 100 more times locally to confirm flakiness 2. Filed as a JIRA issue 3. Fixed with proper MockEndpoint helpers or Awaitility (not blind Thread.sleep removal) -- 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]
