test: improve test coverage of readline/promises#40876
Merged
nodejs-github-bot merged 2 commits intonodejs:masterfrom Nov 23, 2021
Merged
test: improve test coverage of readline/promises#40876nodejs-github-bot merged 2 commits intonodejs:masterfrom
nodejs-github-bot merged 2 commits intonodejs:masterfrom
Conversation
69f4058 to
97b3f58
Compare
Ayase-252
reviewed
Nov 19, 2021
Contributor
Author
|
@Ayase-252 |
Ayase-252
approved these changes
Nov 19, 2021
Collaborator
lpinca
approved these changes
Nov 19, 2021
47 tasks
Collaborator
jasnell
approved these changes
Nov 20, 2021
This was referenced Nov 21, 2021
45 tasks
Collaborator
|
Landed in bb3ff81 |
45 tasks
targos
pushed a commit
that referenced
this pull request
Nov 26, 2021
PR-URL: #40876 Refs: https://coverage.nodejs.org/coverage-0c2011c6c5d311a9/lib/readline/promises.js.html#L33 Reviewed-By: Qingyu Deng <i@ayase-lab.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Contributor
|
@kuriyosh do you mind backporting this to 16.x? When I went to pull it into the next release, there was a breaking test. |
Contributor
Author
|
@kuriyosh |
This was referenced Jan 10, 2026
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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This improves a test coverage in
lib/readline/promises.It tests throwing
ABORT_ERRORwhen the question method is executed with an aborted signal.ref: https://coverage.nodejs.org/coverage-0c2011c6c5d311a9/lib/readline/promises.js.html#L33