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

test: remove common.rootDir by Trott · Pull Request #34772 · nodejs/node · GitHub

/ node Public

test: remove common.rootDir - #34772

Closed
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:rootdir
Closed

test: remove common.rootDir#34772
Trott wants to merge 0 commit into
nodejs:masterfrom
Trott:rootdir

Conversation

Trott commented Aug 14, 2020

Copy link
Copy Markdown
Member

The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

(Actually, I'm not sure these tests will work in cases where tmpdir is a symlink, but that will be tested in CI, so here we go.)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the test Issues and PRs related to the tests. label Aug 14, 2020
Trott added the request-ci Add this label to start a Jenkins CI on a PR. label Aug 14, 2020
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Aug 14, 2020

This comment has been minimized.

nodejs-github-bot commented Aug 14, 2020
edited by Trott
Loading

Copy link
Copy Markdown
Collaborator

nodejs-github-bot commented Aug 16, 2020
edited by Trott
Loading

Copy link
Copy Markdown
Collaborator

Trott commented Aug 16, 2020

Copy link
Copy Markdown
Member Author

Landed in 42a3a7f

Trott added a commit that referenced this pull request Aug 16, 2020
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Trott closed this Aug 16, 2020
Trott deleted the rootdir branch August 16, 2020 14:56
MylesBorins pushed a commit that referenced this pull request Aug 17, 2020
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
danielleadams mentioned this pull request Aug 20, 2020
BethGriggs pushed a commit that referenced this pull request Aug 20, 2020
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
addaleax pushed a commit that referenced this pull request Sep 22, 2020
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.

PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
codebytere mentioned this pull request Sep 28, 2020
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

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL