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

fix TestContainerRunningCheckingStatusCode to pass on arm platforms #1693

Merged
merged 3 commits into from
Sep 28, 2023

Conversation

gflarity
Copy link
Contributor

What does this PR do?

This PR uses the non-alpine influxdb image for the TestContainerRunningCheckingStatusCode test. There's no ARM alpine image for influx db. See influxdata/influxdata-docker#335.

Why is it important?

The test won't pass with Docker running under ARM. Example: Mac OS with Apply Silicon and Docker Desktop. Seems like a simple fix to get the test passing more broadly.

Related issues

N/A

@gflarity gflarity requested a review from a team as a code owner September 27, 2023 18:31
@netlify
Copy link

netlify bot commented Sep 27, 2023

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit acfdc16
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/65158f312ddf72000871d189
😎 Deploy Preview https://deploy-preview-1693--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

docker_test.go Outdated Show resolved Hide resolved
@mdelapenya mdelapenya self-assigned this Sep 28, 2023
@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Sep 28, 2023
Co-authored-by: Manuel de la Peña <[email protected]>
@mdelapenya mdelapenya merged commit c6c7fcf into testcontainers:main Sep 28, 2023
105 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants