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

[BUG]: On OSX, tests relying on Docker not working with newer Docker Desktop #9254

Open
matthewmcneely opened this issue Jan 6, 2025 · 1 comment
Assignees
Labels
kind/bug Something is broken.

Comments

@matthewmcneely
Copy link
Contributor

What version of Dgraph are you using?

v24.0.5 (on main branch)

Tell us a little more about your go-environment?

go version go1.22.10 darwin/arm64

Have you tried reproducing the issue with the latest release?

None

What is the hardware spec (RAM, CPU, OS)?

64GB Mac M4, OSX 15.1

What steps will reproduce the bug?

cd t
make test args="--pkg=/graphql/resolve" (base)

Expected behavior and actual result.

Expected to tests to be able to connect to the running Docker Desktop instance, but instead it fails with

While listing container: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

Additional information

The newer versions of Docker Desktop for Mac typically create the socket at ~/.docker/run/docker.sock

I'm working on a fix.

@matthewmcneely matthewmcneely added the kind/bug Something is broken. label Jan 6, 2025
@matthewmcneely matthewmcneely self-assigned this Jan 6, 2025
@mangalaman93
Copy link
Member

Hi Matthew, Thank you for filling an issue. Let us know when the fix is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken.
Development

No branches or pull requests

2 participants