-
Notifications
You must be signed in to change notification settings - Fork 297
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
Bug: Arangodb tests fail on machines with ARM CPU (Apple M1, M2) #449
Comments
So it looks like there is also no ARM CPU for that old image version we use in tests: https://hub.docker.com/_/arangodb/tags?page=1&name=3.9.1 The new image v supports ARM: https://hub.docker.com/_/arangodb/tags?page=1&name=3.11.8 I can reliable reproduce that issue when I run tests for that module on my M2 MacBook: |
that was my finding as well but i was not near a good internet connection 3 days ago when i was testing so i only pulled down one of the images, and retagged it as the others. older images not having ARM makes perfect sense in retrospect. i think the answer is to just skip the older images on ARM and call it a day |
@alexanderankin Thanks for your feedback. I agree. I just wrote a fix for the tests and created a pull request. |
…11.x where ARM image is published (#479) - updated arangodb image version which now supports ARM CPUs - skipping test for legacy version on ARM CPU fixes #449 ![Screenshot 2024-03-15 at 11 43 35](https://github.com/testcontainers/testcontainers-python/assets/13573675/9fe5edfc-9a83-44d2-beb5-9c917d41438c)
…11.x where ARM image is published (testcontainers#479) - updated arangodb image version which now supports ARM CPUs - skipping test for legacy version on ARM CPU fixes testcontainers#449 ![Screenshot 2024-03-15 at 11 43 35](https://github.com/testcontainers/testcontainers-python/assets/13573675/9fe5edfc-9a83-44d2-beb5-9c917d41438c)
Describe the bug
Arangodb tests fail, see screenshot:
To Reproduce
Runtime environment
OS: Darwin 22.6.0 Darwin Kernel Version 22.6.0: Sun Dec 17 22:13:25 PST 2023; root:xnu-8796.141.3.703.2~2/RELEASE_ARM64_T6020 arm64
Python: 3.11.6
Poetry show:
Docker info:
The text was updated successfully, but these errors were encountered: