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

[Test]: E2E is failing on macOS and Linux due to already bound port 53. #131

Open
lotyp opened this issue Jun 3, 2024 · 1 comment
Open
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: bug Bug fix (fix) type: maintenance For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci)

Comments

@lotyp
Copy link
Member

lotyp commented Jun 3, 2024

Which jobs/test(s) are failing

Reason for failure/description

These workflows try to run docker-compose project on host GitHub Runner, or in container, which also shares same network with host GitHub Runner.
As GitHub runners, by default, uses port 53 for it's internal needs, these two workflows will always fail.

Media prove

No response

Additional context

No response

@lotyp lotyp self-assigned this Jun 3, 2024
@lotyp lotyp added bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed type: maintenance For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci) type: bug Bug fix (fix) and removed bug Something isn't working labels Jun 3, 2024
@tegamckinney
Copy link

This also fails locally on macOS due the same port binding issues. macOS using mdnsResponder on port 53 which is how it handles all the multicast items between devices.

When running dnsmasq before I found this project on my mac, I've had to run on port 5300.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed type: bug Bug fix (fix) type: maintenance For maintenance, refactor and testing (perf, chore, style, revert, refactor, test, build, ci)
Projects
Status: No status
Development

No branches or pull requests

2 participants