Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CamelAws2IamITest is failing on the test container #431

Closed
jbonofre opened this issue Jul 16, 2024 · 8 comments
Closed

CamelAws2IamITest is failing on the test container #431

jbonofre opened this issue Jul 16, 2024 · 8 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jbonofre
Copy link
Member

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 jbonofre added the bug Something isn't working label Jul 16, 2024
@jbonofre jbonofre added this to the 4.7.0 milestone Jul 16, 2024
@jbonofre
Copy link
Member Author

@essobedo @f2par0 ^^

@jbonofre jbonofre self-assigned this Jul 16, 2024
@f2par0
Copy link
Collaborator

f2par0 commented Jul 17, 2024

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
Copy link
Member Author

@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.

@jbonofre jbonofre removed this from the 4.7.0 milestone Jul 20, 2024
@essobedo essobedo added this to the 4.8.0 milestone Jul 22, 2024
@essobedo
Copy link
Contributor

I cannot reproduce on M3

@jbonofre
Copy link
Member Author

I'm trying a new time but it seems to be fixed.

@jbonofre
Copy link
Member Author

I still have the issue on M3 where the build is "stuck" on:

provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.karaf.camel.itest.CamelAws2IamITest

Not a big deal, I can skip this test, but it's weird.

@essobedo
Copy link
Contributor

We could skip the test like for LevelDB #521. If it is ok, for you I can do it within the context of this ticket

@jbonofre
Copy link
Member Author

jbonofre commented Oct 22, 2024

Yes, it makes sense to use the same profile to skip all related tests here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants