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

Listen on 127.0.0.1 in tests to avoid firewall popups on MacOS #2882

Merged
merged 3 commits into from
Jan 3, 2024

Conversation

aleks-p
Copy link
Contributor

@aleks-p aleks-p commented Jan 2, 2024

When the firewall is enabled in MacOS, some tests that involve networking will trigger the firewall popups. Allowing or denying the connections has a temporary effect, once the binary changes the popups are back.

This change makes it so that we listen to 127.0.0.1 in networking tests, which should avoid the popups entirely for most developers.

Screenshot 2024-01-02 at 09 14 35

@aleks-p aleks-p requested a review from a team as a code owner January 2, 2024 12:50
Copy link
Collaborator

@kolesnikovae kolesnikovae left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aleks-p aleks-p merged commit 3087725 into main Jan 3, 2024
19 checks passed
@aleks-p aleks-p deleted the chore/reduce-firewall-popups-macos branch January 3, 2024 12:23
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.

2 participants