-
Notifications
You must be signed in to change notification settings - Fork 30k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stream, test: add tests for 'readable' state machine #8683
Labels
good first issue
Issues that are suitable for first-time contributors.
stream
Issues and PRs related to the stream subsystem.
test
Issues and PRs related to the tests.
Comments
mcollina
added
stream
Issues and PRs related to the stream subsystem.
test
Issues and PRs related to the tests.
good first issue
Issues that are suitable for first-time contributors.
labels
Sep 21, 2016
@mcollina will get on this and let you know if I have any questions!! Thanks |
3 tasks
This was referenced Dec 13, 2016
Closed
This was referenced Dec 13, 2016
mcollina
pushed a commit
that referenced
this issue
Dec 16, 2016
italoacasas
pushed a commit
that referenced
this issue
Dec 17, 2016
This is done, closing |
cjihrig
pushed a commit
to cjihrig/node
that referenced
this issue
Dec 20, 2016
PR-URL: nodejs#10299 Ref: nodejs#8683 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
cjihrig
pushed a commit
that referenced
this issue
Dec 20, 2016
MylesBorins
pushed a commit
that referenced
this issue
Jan 23, 2017
MylesBorins
pushed a commit
that referenced
this issue
Jan 23, 2017
MylesBorins
pushed a commit
that referenced
this issue
Jan 24, 2017
MylesBorins
pushed a commit
that referenced
this issue
Jan 24, 2017
MylesBorins
pushed a commit
that referenced
this issue
Jan 31, 2017
MylesBorins
pushed a commit
that referenced
this issue
Feb 1, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
good first issue
Issues that are suitable for first-time contributors.
stream
Issues and PRs related to the stream subsystem.
test
Issues and PRs related to the tests.
Add test coverage for:
node/lib/_stream_readable.js
Lines 74 to 77 in 774146d
Those govern when and how we need to emit a
'readable'
event and resume the flow.The state machine is definitely complex, feel free to ask questions, and look hard at the source code. We can also add comments on the meaning of all those state variables.
Part of #8644.
cc @Fishrock123
The text was updated successfully, but these errors were encountered: