Uh oh!
There was an error while loading. Please reload this page.
test: writable.write arg type - #29746
Closed
ronag wants to merge 1 commit into
Closed
Conversation
ronagforce-pushed
the
test-writable-write-invalid-chunk
branch
from
September 28, 2019 07:49
65df100 to
af366a5Compareronag
commented
Sep 28, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ronag
commented
Sep 28, 2019
MemberAuthor
There is a slight discrepancy between |
ronagforce-pushed
the
test-writable-write-invalid-chunk
branch
from
September 28, 2019 07:53
af366a5 to
780f62dCompareTrott
commented
Oct 1, 2019
Member
@nodejs/testing |
Collaborator
Trott
commented
Oct 2, 2019
Member
@nodejs/streams (particularly on the "is |
mcollina
approved these changes
Oct 3, 2019
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trott
approved these changes
Oct 3, 2019
Trott
commented
Oct 3, 2019
Member
Landed in 6ea51bc |
Trott pushed a commit
that referenced
this pull request
Oct 3, 2019
PR-URL: #29746 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
BridgeAR pushed a commit
that referenced
this pull request
Oct 9, 2019
PR-URL: #29746 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Merged
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 freeto 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.
Adds some test for passing invalid args to
Writable.writeThis basically ports some test from
Readable.push.Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes