gnodet commented on PR #25915:
URL: https://github.com/apache/camel/pull/25915#issuecomment-5474900928
## ✅ Local IT results for `15a812fb2dd0559cfcf8494173db8d79bce1b1ed`
All integration tests passed locally (excluding pre-existing flaky test)
**Test-infra module**: `camel-test-infra-kafka`
**Components tested**: `camel-kafka`
| Component | IT Tests | Passed | Failed | Result |
|-----------|---------|--------|--------|--------|
| `camel-kafka` | 25 | 23 | 2 | ✅ (failures are pre-existing) |
**Note on failures**: `KafkaConsumerUnresolvableHealthCheckIT` (2 test
methods) fails identically on `main` — this is a pre-existing flaky test
unrelated to the confluent 8.3.1 upgrade. Verified by running the same test
against `main` branch.
<details>
<summary>Failing test details (pre-existing, not a regression)</summary>
```
KafkaConsumerUnresolvableHealthCheckIT.testReportCorrectlyWhenDown:
ConditionTimeoutException: readiness check expected: <true> but was:
<false> within 20 seconds.
KafkaConsumerUnresolvableHealthCheckIT.kafkaConsumerHealthCheck:
mock://result Received message count. Expected: <0> but was: <5>
Same failures observed on main branch — confirmed pre-existing flaky test.
```
</details>
<details>
<summary>Full test output</summary>
```
Integration tests:
Tests run: 25, Failures: 1, Errors: 1, Skipped: 0
(23 of 25 tests passed; 2 failures are pre-existing on main)
BUILD completed in 08:37 min
```
</details>
> _Local integration tests run by ForgeBot on behalf of @gnodet_
> _Tests run without `-Dci.env.name` to include ITs disabled on GitHub
Actions CI_
--
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]