FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

v4.x Backport - test: don't connect to :: (use localhost instead) by gibfahn · Pull Request #11740 · nodejs/node · GitHub

/ node Public

v4.x Backport - test: don't connect to :: (use localhost instead) - #11740

Closed
gibfahn wants to merge 1 commit into
nodejs:v4.x-stagingfrom
gibfahn:listen-localhost-v4
Closed

v4.x Backport - test: don't connect to :: (use localhost instead)#11740
gibfahn wants to merge 1 commit into
nodejs:v4.x-stagingfrom
gibfahn:listen-localhost-v4

Conversation

gibfahn commented Mar 8, 2017

Copy link
Copy Markdown
Member

Backport of #10854

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test

nodejs-github-bot added test Issues and PRs related to the tests. v4.x labels Mar 8, 2017
If a test does http.listen(0) or net.listen(0),
http.listen(0).address().address returns '::'. Some machines will
resolve this to localhost, but not all. Every machine should have
localhost defined in /etc/hosts (or equivalent), so it should always
resolve.

Fixes: nodejs#7291
gibfahn force-pushed the listen-localhost-v4 branch from 6f25609 to ef8556e Compare March 8, 2017 07:41

gibfahn commented Mar 8, 2017

Copy link
Copy Markdown
Member Author

mscdex added the net Issues and PRs related to the net subsystem. label Mar 8, 2017

Copy link
Copy Markdown
Contributor

landed in abee209

MylesBorins closed this Mar 8, 2017
gibfahn deleted the listen-localhost-v4 branch March 8, 2017 10:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL