Skip to content

test: increase coverage for fs/dir read - #36388

Closed
Lxxyx wants to merge 1 commit into
nodejs:masterfrom
Lxxyx:test-fs-dir-coverage
Closed

test: increase coverage for fs/dir read#36388
Lxxyx wants to merge 1 commit into
nodejs:masterfrom
Lxxyx:test-fs-dir-coverage

Conversation

@Lxxyx

@LxxyxLxxyx commented Dec 4, 2020

Copy link
Copy Markdown
Member

test invalid callback case for fs/dir read

Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label Dec 4, 2020
@TrottTrott added the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 8, 2020
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@Lxxyx
Lxxyxforce-pushed the test-fs-dir-coverage branch from 055af20 to 23380c0CompareDecember 14, 2020 17:01
@aduh95aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. request-ci Add this label to start a Jenkins CI on a PR. labels Dec 14, 2020
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Dec 14, 2020
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@jasnelljasnell added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 15, 2020
@github-actionsgithub-actionsBot added commit-queue-failed An error occurred while landing this pull request using GitHub Actions. and removed commit-queue Add this label to land a pull request using GitHub Actions. labels Dec 15, 2020
@github-actions

Copy link
Copy Markdown
Contributor
Commit Queue failed
- Loading data for nodejs/node/pull/36388
✔ Done loading data for nodejs/node/pull/36388
----------------------------------- PR info ------------------------------------
Title test: increase coverage for fs/dir read (#36388)
Author Lxxyx (@Lxxyx)
Branch Lxxyx:test-fs-dir-coverage -> nodejs:master
Labels author ready, test
Commits 1
- test: increase coverage for fs/dir read
Committers 1
- ZiJian Liu PR-URL: https://github.com/nodejs/node/pull/36388
Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91
Reviewed-By: Antoine du Hamel Reviewed-By: Rich Trott Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------
PR-URL: https://github.com/nodejs/node/pull/36388
Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91
Reviewed-By: Antoine du Hamel Reviewed-By: Rich Trott Reviewed-By: James M Snell --------------------------------------------------------------------------------
⚠ Commits were pushed since the last review:
⚠ - test: increase coverage for fs/dir read
✔ Last GitHub Actions successful
ℹ Last Full PR CI on 2020-12-15T13:28:25Z: https://ci.nodejs.org/job/node-test-pull-request/34951/
- Querying data for job/node-test-pull-request/34951/
✔ Build data downloaded
✔ Last Jenkins CI successful
ℹ This PR was created on Fri, 04 Dec 2020 17:10:35 GMT
✔ Approvals: 3
✔ - Antoine du Hamel (@aduh95): https://github.com/nodejs/node/pull/36388#pullrequestreview-545159450
✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36388#pullrequestreview-547508877
✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/36388#pullrequestreview-547674870
--------------------------------------------------------------------------------
✔ Aborted `git node land` session in /home/runner/work/node/node/.ncu
https://github.com/nodejs/node/actions/runs/424225407

@aduh95aduh95 added commit-queue Add this label to land a pull request using GitHub Actions. and removed commit-queue-failed An error occurred while landing this pull request using GitHub Actions. labels Dec 15, 2020
@github-actionsgithub-actionsBot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 15, 2020
@github-actions

Copy link
Copy Markdown
Contributor

Landed in 5a637e9...a9c0077

nodejs-github-bot pushed a commit that referenced this pull request Dec 15, 2020
test invalid callback case for fs/dir read
Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91
PR-URL: #36388
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this pull request Dec 21, 2020
test invalid callback case for fs/dir read
Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91
PR-URL: #36388
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@targostargos mentioned this pull request Dec 22, 2020
@Lxxyx
Lxxyx deleted the test-fs-dir-coverage branch December 25, 2020 05:53
@Lxxyx
Lxxyx restored the test-fs-dir-coverage branch December 25, 2020 05:53
@Lxxyx
Lxxyx deleted the test-fs-dir-coverage branch December 25, 2020 05:53
@Lxxyx
Lxxyx restored the test-fs-dir-coverage branch December 25, 2020 05:53
targos pushed a commit that referenced this pull request May 1, 2021
test invalid callback case for fs/dir read
Refs: https://coverage.nodejs.org/coverage-f7dd330ba0e7bfa9/lib/internal/fs/dir.js.html#L91
PR-URL: #36388
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
@danielleadamsdanielleadams mentioned this pull request May 3, 2021
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.testIssues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@Lxxyx@nodejs-github-bot@jasnell@Trott@aduh95