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

test: split independent tests into separate files by Trott · Pull Request #3548 · nodejs/node · GitHub

/ node Public

test: split independent tests into separate files - #3548

Closed
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:test-fs-watch
Closed

test: split independent tests into separate files#3548
Trott wants to merge 2 commits into
nodejs:masterfrom
Trott:test-fs-watch

Conversation

Trott commented Oct 27, 2015

Copy link
Copy Markdown
Member

Move ENOENT related tests out of general fs.watch() test file and into its own file. This may help diagnose #3541.

/cc @jbergstroem @cjihrig @charlierudolph

targos added fs Issues and PRs related to the fs subsystem / file system. test Issues and PRs related to the tests. labels Oct 27, 2015

cjihrig commented Oct 27, 2015

Copy link
Copy Markdown
Contributor

LGTM. Let's see how the CI feels.

targos commented Oct 27, 2015

Copy link
Copy Markdown
Member

You can constify the file. Apart from that, LGTM.

Trott commented Oct 27, 2015

Copy link
Copy Markdown
Member Author

Constified, thanks!

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

Copy link
Copy Markdown
Member

LGTM

Trott added a commit that referenced this pull request Oct 28, 2015
Move ENOENT related tests out of general fs.watch() test file and into
its own file. This may help diagnose
#3541.

PR-URL: #3548
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>

Trott commented Oct 28, 2015

Copy link
Copy Markdown
Member Author

Landed in 26e47ef

Trott closed this Oct 28, 2015
rvagg pushed a commit to rvagg/io.js that referenced this pull request Oct 29, 2015
Move ENOENT related tests out of general fs.watch() test file and into
its own file. This may help diagnose
nodejs#3541.

PR-URL: nodejs#3548
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Trott added a commit that referenced this pull request Oct 30, 2015
Move ENOENT related tests out of general fs.watch() test file and into
its own file. This may help diagnose
#3541.

PR-URL: #3548
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>

jasnell commented Oct 30, 2015

Copy link
Copy Markdown
Member

Landed in v4.x-staging in 1c169a0

Trott added a commit that referenced this pull request Oct 30, 2015
Move ENOENT related tests out of general fs.watch() test file and into
its own file. This may help diagnose
#3541.

PR-URL: #3548
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <mic.besace@gmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Trott deleted the test-fs-watch branch January 13, 2022 22:29
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. test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL