-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Use host.docker.internal
for acceptance testing on macs
#12791
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM assuming the PR build checks all pass!
@pmossman looks like we did need to consider this change just for "dev" users - re-review requested. |
host.docker.internal
for acceptance testinghost.docker.internal
for acceptance testing on macs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah that makes sense to me
cc @davinchia |
* Use `host.docker.internal` for acceptance testing * Lint * conditional hostname for mac only
This PR updates the acceptance test host on Macs to be
host.docker.internal
rather thanlocalhost
. This fixes a class of problems that prevented developers (me!) from running acceptance tests locally. This change does not effect K8s test runners.This bug may be due to a new version of Docker Desktop + M1 Macs.