gnodet commented on PR #25415: URL: https://github.com/apache/camel/pull/25415#issuecomment-5237303713
## ✅ Local IT results for `e59940f379db49143fcd16eb445e26fbca24401a` Integration tests passed for the container upgrade (representative AWS subset). Pre-existing issues noted below are **not** related to this container version bump. **Test-infra module**: `camel-test-infra-aws-v2` **Components tested** (representative subset): `camel-aws2-s3`, `camel-aws2-sqs`, `camel-aws2-ddb`, `camel-aws2-lambda` ### Results | Component | Tests | Passed | Failed | Errors | Skipped | Status | |-----------|-------|--------|--------|--------|---------|--------| | `camel-aws2-s3` | 68 | 54 | 0 | 5 | 9 | ⚠️ pre-existing errors | | `camel-aws2-sqs` | 16 | 16 | 0 | 0 | 0 | ✅ | | `camel-aws2-ddb` | 27 | 27 | 0 | 0 | 0 | ✅ | | `camel-aws2-lambda` | — | — | — | — | — | ⚠️ compilation failure | ### Pre-existing issues (not caused by this PR) **S3 presigner errors (5):** All 5 errors are `NoSuchMethodError: AwsEndpointProviderUtils.setUri` in presigner/download-link tests. This is a pre-existing AWS SDK classpath mismatch affecting `S3PresignerOperationIT` and `S3DownloadLinkOperationIT`, not related to the LocalStack container upgrade. **Lambda compilation failure:** `Lambda2Producer.java` fails to compile — `AwsExceptionUtil` class not found in `org.apache.camel.component.aws.common`. This is a pre-existing build issue on `main`, not related to this container version bump. ### Conclusion No regressions introduced by the LocalStack container upgrade to 1.6.0. SQS and DDB pass cleanly; S3 and Lambda issues are pre-existing. > _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]
