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

test: refactor test-file-write-stream3 by Trott · Pull Request #6050 · nodejs/node · GitHub

/ node Public

test: refactor test-file-write-stream3 - #6050

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

test: refactor test-file-write-stream3#6050
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:moose

Conversation

Trott commented Apr 5, 2016

Copy link
Copy Markdown
Member

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with
    this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test fs stream

Description of change

  • use common.mustCall() to verify all tests have run
  • eliminate unneeded removeTestFile()
  • eliminate unneeded variable
  • var -> const
  • remove instance of let

* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let
Trott added fs Issues and PRs related to the fs subsystem / file system. stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests. labels Apr 5, 2016

jasnell commented Apr 5, 2016

Copy link
Copy Markdown
Member

LGTM pending CI

Trott commented Apr 7, 2016

Copy link
Copy Markdown
Member Author

jasnell commented Apr 7, 2016

Copy link
Copy Markdown
Member

CI failure looks unrelated.

Trott commented Apr 7, 2016

Copy link
Copy Markdown
Member Author

CI failure looks unrelated.

It sure does, but I don't want to be the one setting a bad example by pushing stuff through with sooooo many failures on Raspberry Pi devices. They've been a bit of a constant source of failure the last couple days, but I think the kinks have been worked out. Or least diminished. Going to try again:

https://ci.nodejs.org/job/node-test-pull-request/2212/

Trott commented Apr 7, 2016

Copy link
Copy Markdown
Member Author

Single Windows build failure on CI, but looks good other than that.

Trott added a commit to Trott/io.js that referenced this pull request Apr 7, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: nodejs#6050
Reviewed-By: James M Snell <jasnell@gmail.com>

Trott commented Apr 7, 2016

Copy link
Copy Markdown
Member Author

Landed in 7c9a691

Trott closed this Apr 7, 2016
MylesBorins pushed a commit that referenced this pull request Apr 19, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request Apr 20, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request Apr 20, 2016
MylesBorins pushed a commit that referenced this pull request Apr 20, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
This was referenced Apr 21, 2016
jasnell pushed a commit that referenced this pull request Apr 26, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 17, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 18, 2016
* use common.mustCall() to verify all tests have run
* eliminate unneeded removeTestFile()
* eliminate unneeded var leaking into global scope
* var -> const
* remove instance of let

PR-URL: #6050
Reviewed-By: James M Snell <jasnell@gmail.com>
MylesBorins mentioned this pull request May 18, 2016
Trott deleted the moose branch January 13, 2022 22:42
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

fs Issues and PRs related to the fs subsystem / file system. stream Issues and PRs related to the stream subsystem. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL