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

Integration tests cannot run on aarch64 hosts #494

Open
cbgbt opened this issue Aug 8, 2022 · 1 comment
Open

Integration tests cannot run on aarch64 hosts #494

cbgbt opened this issue Aug 8, 2022 · 1 comment

Comments

@cbgbt
Copy link
Contributor

cbgbt commented Aug 8, 2022

When running the integration tests on aarch64, tests fail with:

 ---> [Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
 ---> Running in 51fb7472d3f2
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c chmod +x ./setup.sh' returned a non-zero code: 1
test http_integ::test_retries ... FAILED

Seems like the integration tests depend on containers that need to support multiple architectures.

@webern
Copy link
Contributor

webern commented Oct 10, 2022

Yeah, and... that container image that it's pulling is very old. Those HTTP retry tests need some freshening up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants