X Tutup
The Wayback Machine - https://web.archive.org/web/20220423224730/https://github.com/nodejs/node/pull/37383
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: clarify usage of tmpdir.refresh() #37383

Merged

Conversation

Copy link
Member

@RaisinTen RaisinTen commented Feb 15, 2021

This emphasizes that tmpdir.refresh() must be called only once in each
test file when needed.

@nodejs-github-bot nodejs-github-bot added the test label Feb 15, 2021
@RaisinTen RaisinTen added the doc label Feb 16, 2021
test/common/README.md Outdated Show resolved Hide resolved
@Lxxyx Lxxyx added the author ready label Feb 18, 2021
This emphasizes that `tmpdir.refresh()` must be called only once in each
test file when needed.

PR-URL: nodejs#37383
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@aduh95 aduh95 force-pushed the test,doc/clarify-usage-of-tmpdir-refresh branch from 1f6ae87 to 127f47e Compare Feb 22, 2021
@aduh95
Copy link
Contributor

@aduh95 aduh95 commented Feb 22, 2021

Landed in 127f47e

@aduh95 aduh95 merged commit 127f47e into nodejs:master Feb 22, 2021
15 of 16 checks passed
@RaisinTen RaisinTen deleted the test,doc/clarify-usage-of-tmpdir-refresh branch Feb 22, 2021
targos pushed a commit that referenced this issue Feb 28, 2021
This emphasizes that `tmpdir.refresh()` must be called only once in each
test file when needed.

PR-URL: #37383
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
targos pushed a commit that referenced this issue May 1, 2021
This emphasizes that `tmpdir.refresh()` must be called only once in each
test file when needed.

PR-URL: #37383
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
@danielleadams danielleadams mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
author ready doc test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants
X Tutup