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

test: refactor test-net-pipe-connect-errors by Trott · Pull Request #8473 · nodejs/node · GitHub

/ node Public

test: refactor test-net-pipe-connect-errors - #8473

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactorfactor
Closed

test: refactor test-net-pipe-connect-errors#8473
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:refactorfactor

Conversation

Trott commented Sep 9, 2016

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

test net

Description of change
  • var -> const
  • try/catch -> assert.throws()
  • assert.ok(fail) -> common.fail()
  • assert.equal() -> assert.strictEqual()
  • replace exit handler with common.mustCall()

* var -> const
* try/catch -> assert.throws()
* assert.ok(fail) -> common.fail()
* assert.equal() -> assert.strictEqual()
* replace `exit` handler with `common.mustCall()`
Trott added net Issues and PRs related to the net subsystem. test Issues and PRs related to the tests. labels Sep 9, 2016

cjihrig commented Sep 9, 2016

Copy link
Copy Markdown
Contributor

LGTM

1 similar comment

lpinca commented Sep 10, 2016

Copy link
Copy Markdown
Member

LGTM

Copy link
Copy Markdown
Contributor

LGTM, if CI is happy.

lpinca commented Sep 10, 2016

Copy link
Copy Markdown
Member

Trott commented Sep 10, 2016

Copy link
Copy Markdown
Member Author

Only CI failure is unrelated, will open a new issue.

jasnell commented Sep 12, 2016

Copy link
Copy Markdown
Member

LGTM

Trott added a commit to Trott/io.js that referenced this pull request Sep 13, 2016
* var -> const
* try/catch -> assert.throws()
* assert.ok(fail) -> common.fail()
* assert.equal() -> assert.strictEqual()
* replace `exit` handler with `common.mustCall()`

PR-URL: nodejs#8473
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Sep 13, 2016

Copy link
Copy Markdown
Member Author

Landed in bf0a274

Trott closed this Sep 13, 2016
Fishrock123 pushed a commit that referenced this pull request Sep 14, 2016
* var -> const
* try/catch -> assert.throws()
* assert.ok(fail) -> common.fail()
* assert.equal() -> assert.strictEqual()
* replace `exit` handler with `common.mustCall()`

PR-URL: #8473
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Trott deleted the refactorfactor branch January 13, 2022 22:44
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.

6 participants


Back | FazBrowse Home | New Git URL