-
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
test: expand http2 maxSendHeaderBlockLength test case #15298
test: expand http2 maxSendHeaderBlockLength test case #15298
Conversation
})(err); | ||
req2.on('error', common.expectsError({ | ||
code: 'ERR_HTTP2_STREAM_ERROR', | ||
message: 'Stream closed with error code 7' |
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.
It is always a good idea to add the type as well.
@apapirovski ... can you address @BridgeAR's comment? Then I'll get this landed. |
Expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available.
6f529c8
to
ac192b1
Compare
Failures in |
@apapirovski they are definitely unrelated. I think that test is already fixed / there is a open PR to fix that one.
|
Landed in 15879ad |
Expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available. PR-URL: #15298 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
Expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available. PR-URL: #15298 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
Expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available. PR-URL: nodejs/node#15298 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
Expand maxSendHeaderBlockLength test to check what happens if frameError listener isn't available. PR-URL: nodejs/node#15298 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Refael Ackermann <refack@gmail.com>
Just a tiny change to expand
maxSendHeaderBlockLength
test to check what happens ifframeError
listener isn't available.Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test