[
https://issues.apache.org/jira/browse/CAMEL-21314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17888154#comment-17888154
]
Aurélien Pupier edited comment on CAMEL-21314 at 10/10/24 6:41 AM:
-------------------------------------------------------------------
Upgrade of container from 3.6 to a 3.7+ (3.8) has been done despite the test
failing so it is now failing on the main branch
https://github.com/apache/camel/commit/6d908ba20b9c90fe727772236d230aaacafd15bd
was (Author: apupier):
Upgrade has been done despite the test failing so it is now failing on the main
branch
https://github.com/apache/camel/commit/6d908ba20b9c90fe727772236d230aaacafd15bd
> Fix S3CopyObjectCustomerKeyIT.sendIn which is failing on main branch
> --------------------------------------------------------------------
>
> Key: CAMEL-21314
> URL: https://issues.apache.org/jira/browse/CAMEL-21314
> Project: Camel
> Issue Type: Task
> Components: camel-aws2
> Affects Versions: 4.8.0
> Reporter: Aurélien Pupier
> Priority: Major
>
> it is currently not possible. There is this test in error:
> {noformat}
> [[1;31mERROR[m] [1;31mTests [0;1mrun: [0;1m1[m, [1;31mFailures:
> [0;1;31m1[m, Errors: 0, Skipped: 0, Time elapsed: 0.160 s[1;31m <<<
> FAILURE![m -- in
> org.apache.camel.component.aws2.s3.integration.[1mS3CopyObjectCustomerKeyIT[m
> [[1;31mERROR[m]
> org.apache.camel.component.aws2.s3.integration.S3CopyObjectCustomerKeyIT.sendIn
> -- Time elapsed: 0.153 s <<< FAILURE!
> org.opentest4j.AssertionFailedError: expected: not <null>
> at
> org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
> at
> org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
> at org.junit.jupiter.api.AssertNotNull.failNull(AssertNotNull.java:49)
> at
> org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:35)
> at
> org.junit.jupiter.api.AssertNotNull.assertNotNull(AssertNotNull.java:30)
> at org.junit.jupiter.api.Assertions.assertNotNull(Assertions.java:304)
> at
> org.apache.camel.component.aws2.s3.integration.S3CopyObjectCustomerKeyIT.sendIn(S3CopyObjectCustomerKeyIT.java:98)
> at java.base/java.lang.reflect.Method.invoke(Method.java:569)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
> {noformat}
> Tried with localstack/localstack:3.7.0 and localstack/localstack:3.7.2
> to investigate if it is just a matter of test update or there is a real
> breakage with latest version of AWS
--
This message was sent by Atlassian Jira
(v8.20.10#820010)