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

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Trott
Copy link
Member

@Trott Trott commented Apr 5, 2016

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 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
Copy link
Member

jasnell commented Apr 5, 2016

LGTM pending CI

@Trott
Copy link
Member Author

Trott commented Apr 7, 2016

@jasnell
Copy link
Member

jasnell commented Apr 7, 2016

CI failure looks unrelated.

@Trott
Copy link
Member Author

Trott commented Apr 7, 2016

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
Copy link
Member Author

Trott commented Apr 7, 2016

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 <[email protected]>
@Trott
Copy link
Member Author

Trott commented Apr 7, 2016

Landed in 7c9a691

@Trott 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 <[email protected]>
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 <[email protected]>
@MylesBorins 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
@MylesBorins MylesBorins mentioned this pull request May 18, 2016
@Trott Trott deleted the moose branch January 13, 2022 22:42
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