Skip to content

test: add promise API test for appendFile() - #20842

Closed
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:more-promise-tests
Closed

test: add promise API test for appendFile()#20842
Trott wants to merge 1 commit into
nodejs:masterfrom
Trott:more-promise-tests

Conversation

@Trott

Copy link
Copy Markdown
Member

Apply the second of five test cases in test-fs-append-fil to the
promise-based API in addition to the callback-based API.

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

Apply the second of five test cases in test-fs-append-fil to the
promise-based API in addition to the callback-based API.
@nodejs-github-botnodejs-github-bot added the test Issues and PRs related to the tests. label May 20, 2018
@Trott

Copy link
Copy Markdown
MemberAuthor

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

Copy link
Copy Markdown
MemberAuthor

Re-running failed Windows CI although Windows CI seems to be a bit of a problem right now so I'm not sure this is going to go green: https://ci.nodejs.org/job/node-test-commit-windows-fanned/18141/

@Trott

Copy link
Copy Markdown
MemberAuthor

@apapirovski

Copy link
Copy Markdown
Contributor

Landed in a3d174c

apapirovski pushed a commit that referenced this pull request May 22, 2018
Apply the second of five test cases in test-fs-append-fil to the
promise-based API in addition to the callback-based API.
PR-URL: #20842
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
MylesBorins pushed a commit that referenced this pull request May 22, 2018
Apply the second of five test cases in test-fs-append-fil to the
promise-based API in addition to the callback-based API.
PR-URL: #20842
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@addaleaxaddaleax mentioned this pull request May 22, 2018
MylesBorins pushed a commit that referenced this pull request May 23, 2018
Apply the second of five test cases in test-fs-append-fil to the
promise-based API in addition to the callback-based API.
PR-URL: #20842
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
@Trott
Trott deleted the more-promise-tests branch January 13, 2022 22:49
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.

7 participants

@Trott@apapirovski@benjamingr@cjihrig@BridgeAR@trivikr@nodejs-github-bot