Uh oh!
There was an error while loading. Please reload this page.
stream, test: add test for _readableState.needReadable - #10241
Closed
joyeecheung wants to merge 1 commit into
Closed
stream, test: add test for _readableState.needReadable#10241joyeecheung wants to merge 1 commit into
joyeecheung wants to merge 1 commit into
Conversation
joyeecheungforce-pushed
the
test-need-readable
branch
from
December 12, 2016 19:49
a60240d to
95d505bComparemscdex
reviewed
Dec 12, 2016
Contributor
There was a problem hiding this comment.
I think the , 1 here is a typo and should be removed.
MemberAuthor
There was a problem hiding this comment.
Thank you for pointing this out. That's meant for common.mustCall but I accidentally put it inside the wrong parentheses. The default is 1 anyway so I agree with you, this can be removed.
joyeecheung
commented
Dec 13, 2016
MemberAuthor
I have removed the misplaced argument to |
mscdex
commented
Dec 13, 2016
Contributor
mcollina
commented
Dec 13, 2016
Member
ARM failure unrelated, @mscdex you merge or should I merge? |
italoacasas
approved these changes
Dec 13, 2016
3 tasks
joyeecheung
commented
Dec 13, 2016
MemberAuthor
I discovered that the slowProducer example is not covered accurately(pushing is done synchronously). Can I improve this a little bit more? |
mcollina
commented
Dec 13, 2016
Member
@joyeecheung Sure go ahead. |
joyeecheungforce-pushed
the
test-need-readable
branch
from
December 13, 2016 15:10
0af8783 to
e3c5f63Comparejoyeecheungforce-pushed
the
test-need-readable
branch
from
December 13, 2016 15:11
e3c5f63 to
9769f34Comparejoyeecheung
commented
Dec 13, 2016
MemberAuthor
Updates pushed, please take a look @mcollina . |
Merged
This was referenced Apr 24, 2023
This was referenced Apr 25, 2023
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.
Checklist
make -j4 test(UNIX), orvcbuild test nosign(Windows) passesAffected core subsystem(s)
stream, test
Description of change
Part of #10230 & #8644, increase coverage of the internal state machine of streams.