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

test: use really invalid hostname by thefourtheye · Pull Request #3711 · nodejs/node · GitHub

/ node Public

test: use really invalid hostname - #3711

Closed
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-test-net-connect-test-case
Closed

test: use really invalid hostname#3711
thefourtheye wants to merge 1 commit into
nodejs:masterfrom
thefourtheye:improve-test-net-connect-test-case

Conversation

Copy link
Copy Markdown
Contributor

On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (no.way.you.will.resolve.this) and it times out in local testing.
This patch uses an invalid name (...) and does stricter validation of
the error returned.

On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.
thefourtheye added the test Issues and PRs related to the tests. label Nov 8, 2015

Copy link
Copy Markdown
Member

LGTM

2 similar comments

JungMinu commented Nov 8, 2015

Copy link
Copy Markdown
Member

LGTM

Copy link
Copy Markdown
Contributor

LGTM

mscdex added the net Issues and PRs related to the net subsystem. label Nov 8, 2015
thefourtheye added a commit that referenced this pull request Nov 9, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

jasnell commented Nov 9, 2015

Copy link
Copy Markdown
Member

Landed in 5707258

jasnell closed this Nov 9, 2015

Trott commented Nov 9, 2015

Copy link
Copy Markdown
Member

Did this get a CI run?

thefourtheye added a commit that referenced this pull request Nov 10, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Nov 10, 2015
thefourtheye added a commit that referenced this pull request Nov 17, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Copy link
Copy Markdown
Contributor

landed in v4.x-staging in 07b5791

thefourtheye added a commit that referenced this pull request Dec 4, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
jasnell mentioned this pull request Dec 17, 2015
thefourtheye added a commit that referenced this pull request Dec 17, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
thefourtheye added a commit that referenced this pull request Dec 23, 2015
On my slow Ubuntu 14.04 machine, this fails to resolve the host name
used (`no.way.you.will.resolve.this`) and it times out in local testing.
This patch uses an invalid name (`...`) and does stricter validation of
the error returned.

PR-URL: #3711
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
thefourtheye deleted the improve-test-net-connect-test-case branch March 12, 2016 15:49
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.

8 participants


Back | FazBrowse Home | New Git URL