-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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: fix race in test-http2-origin #28903
Conversation
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.
@jmendeth Thank you for taking this on! Since this is a test change, I think what I would suggest would be to land this as soon as possible, and then afterwards you can include it as a cherry-pick in the backport PR – that works, right?
Collaborators, feel free to 👍 this comment to approve fast-tracking. |
Great, thanks!! |
Landed in 985c5f5 |
PR-URL: nodejs#28903 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: nodejs#28903 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
PR-URL: #28903 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
#27861 has uncovered another race in
test-http2-origin
. Iforigin
fires too soon, the session will be closed while the request is in progress:Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes