-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: stream._writableState.ending #8707
test: stream._writableState.ending #8707
Conversation
Edit: Not LGTM yet. Can you please adjust the commit message? We need to account for this behavior here: mainly we need to check that |
@mcollina I made some changes in the test, but It was not possible for me to test the fallowing behavior.
The way that functionality is implemented right now is hard to test because they change to This is my first time reading the |
@italoacasas you will need to listen to the |
c133999
to
83c7a88
Compare
@mcollina ping |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Failures unrelated. This is good to go, I'm planning on merging tomorrow or Friday, if no one else has objections. |
Could you capitalize and punctuate the comments in this PR. You also have some typos: 'endeding' should be 'ending' in a few places I think. Other than that LGTM. |
Merged in fd16eed. |
Checklist
make -j4 test
(UNIX), orvcbuild test nosign
(Windows) passesAffected core subsystem(s)
Description of change
stream._writableState.ending
needDrain
flagIssue related: #8686