gnodet commented on PR #25426: URL: https://github.com/apache/camel/pull/25426#issuecomment-5237572226
## ✅ Local IT results for `1eebaa4932ee` No regressions from the container upgrade. All failures are pre-existing on `main`. **Test-infra module**: `camel-test-infra-smb` **Components tested**: `camel-smb` | Component | Tests | Passed | Failed | Errors | Skipped | Status | |-----------|-------|--------|--------|--------|---------|--------| | `camel-smb` | 81 | 75 | 1 | 5 | 0 | ⚠️ pre-existing | ### Pre-existing issues (verified on `main`, not caused by this PR) **SmbComponentIT.testSmbRead (1 failure):** Assertion expects `CamelSmbUncPath` to start with `\\localhost\data-rw\` but gets `\\172.17.0.1\data-rw\` — the Docker container IP is used instead of `localhost`. Same behavior on `main`. **Connection refused (5 errors):** `FromSmbNoFilesIT`, `SmbChangedReadLockIT`, `SmbChangedReadLockTimeoutIT`, `SmbChangedRootDirReadLockIT`, `SmbDeleteAccessDeniedIT` — all fail immediately with `ConnectException: Connection refused`. These tests appear to use a separate SMB container lifecycle that doesn't start properly. Same behavior on `main`. > _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]
