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 flakey test run on OSX #1008

Merged
merged 1 commit into from Feb 23, 2022
Merged

Conversation

acastle
Copy link
Contributor

@acastle acastle commented Feb 15, 2022

Docker Desktop for OSX has special handling for localhost for forwarding traffic to the internal docker VM (specifically for localhost and not 127.0.0.1). Using resource.GetHostPort will return an OS appropriate host and eliminate some the flaky test behavior when running this on other operating systems.

On OSX newer versions of docker treat the host 'localhost' differently than '127.0.0.1'. Using resource.GetHostPort for url building will return an OS appropriate hostname
@ajvb
Copy link
Contributor

ajvb commented Feb 23, 2022

Thank you @acastle!

@ajvb ajvb merged commit 649deb1 into getsops:develop Feb 23, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants