apache / camel-karaf

Apache Camel Karaf support
https://camel.apache.org
Apache License 2.0
27 stars 61 forks source link

CamelAws2IamITest is failing on the test container #431

Open jbonofre opened 1 month ago

jbonofre commented 1 month ago

The itest seems to require specific resource:

[tc.localstack/localstack:3.4.0] ERROR : Could not start container
com.github.dockerjava.api.exception.NotFoundException: Status 404: {"message":"content digest sha256:dcae4711247195b3eb01a1ffe6ea1ad9a19199d9441eff86d3a4b4aa3f49d4c6: not found"}

This should be avoided or at least documented.

jbonofre commented 1 month ago

@essobedo @f2par0 ^^

f2par0 commented 1 month ago

Hello @jbonofre , I cannot reproduce the error locally , and the latest build on this PR for instance https://github.com/apache/camel-karaf/pull/433/checks shows a successful test

bundle:list -s -t 0 | grep camel-aws2-iam-test
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.09 s -- in org.apache.karaf.camel.itest.CamelAws2IamITest

Do you reproduce this ?

jbonofre commented 1 month ago

@f2par0 it seems to work on MacOS Intel platform but not on M1. Maybe related to the default platform used for the test container. I'm investigating.