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: resolve IP #87

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

fix: resolve IP #87

wants to merge 2 commits into from

Conversation

line-o
Copy link
Member

@line-o line-o commented Feb 17, 2023

No description provided.

Since node 18 the result order of DNS names are operating system
dependent.
Setting the flag `--dns-result-order` to `ipv4first` in the shebang
ensures that we are able to connect to an
exist-db instance. They do bind on ipv4 addresses.
This test suite was the last one relying on older test-paradigm.
@line-o line-o requested a review from a team February 17, 2023 20:59
@line-o line-o added the bug Something isn't working label Feb 17, 2023
@line-o
Copy link
Member Author

line-o commented Feb 21, 2023

There is a workaround for OSX (instead of binding jetty to 127.0.0.1, bind it to ::1 instead.

@line-o line-o marked this pull request as draft February 21, 2023 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant