-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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: http2 client destroy tests in one file #15749
Conversation
7fb7aef
to
5978e53
Compare
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 if tests pass.
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
Landed as d6031bc |
Refs: #14985 PR-URL: #15749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
This is not landing cleanly on 8.x, can you please backport? |
Refs: nodejs#14985 PR-URL: nodejs#15749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
@MylesBorins I've created backport PR at #16070
|
Refs: #14985 Backport-PR-URL: #16070 PR-URL: #15749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
land in 8ae4ae6 |
Refs: #14985 Backport-PR-URL: #16070 PR-URL: #15749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Refs: #14985 PR-URL: nodejs/node#15749 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
This PR includes all client destroy tests in one file.
It also rearranges some statements and removes redundant ones in destroy()
Refs: #14985
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
test, http2