Skip to content

test: add test for fsPromises.lchmod - #20584

Closed
shisama wants to merge 3 commits into
nodejs:masterfrom
shisama:test-fs-promises-lchmod
Closed

test: add test for fsPromises.lchmod#20584
shisama wants to merge 3 commits into
nodejs:masterfrom
shisama:test-fs-promises-lchmod

Conversation

@shisama

@shisamashisama commented May 7, 2018

Copy link
Copy Markdown
Contributor

To increase test coverage for fs/promises,
add test for fsPromises.lchmod.

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

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 7, 2018
@ChALkeRChALkeR added experimental Issues and PRs related to experimental features. fs Issues and PRs related to the fs subsystem / file system. labels May 8, 2018
@shisama
shisamaforce-pushed the test-fs-promises-lchmod branch 2 times, most recently from 70ef9c2 to 1d85905CompareMay 9, 2018 14:20
@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 18, 2018
@BridgeAR

Copy link
Copy Markdown
Member

@BridgeARBridgeAR removed the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 18, 2018
@jasnell

Copy link
Copy Markdown
Member

CI completely failed on this one.

Comment threadtest/parallel/test-fs-promises.js Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed it. Thank you for your review.

@shisama
shisamaforce-pushed the test-fs-promises-lchmod branch from 2f802a0 to 4437388CompareMay 24, 2018 16:37
@richardlau

Copy link
Copy Markdown
Member

@shisama
shisamaforce-pushed the test-fs-promises-lchmod branch from 4437388 to ea2a7c7CompareMay 25, 2018 12:25
@BridgeAR

Copy link
Copy Markdown
Member

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label May 29, 2018
@BridgeAR
BridgeAR requested a review from joyeecheungMay 29, 2018 19:26

@mhdawsonmhdawson left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

BridgeAR pushed a commit to BridgeAR/node that referenced this pull request May 30, 2018
To increase test coverage for fs.promises by adding a test for
lchmod.
PR-URL: nodejs#20584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@BridgeAR

Copy link
Copy Markdown
Member

Landed in 6558dcb 🎉

addaleax pushed a commit that referenced this pull request May 31, 2018
To increase test coverage for fs.promises by adding a test for
lchmod.
PR-URL: #20584
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
@MylesBorinsMylesBorins mentioned this pull request Jun 6, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.experimentalIssues and PRs related to experimental features.fsIssues and PRs related to the fs subsystem / file system.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@shisama@BridgeAR@jasnell@richardlau@mhdawson@ChALkeR@nodejs-github-bot