-
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: fix flaky test-http2-reset-flood #34318
Conversation
Set `allowHalfOpen: true` in the client. Fixes: nodejs#29802 Refs: nodejs#31806
Stress test this PR (should be green): https://ci.nodejs.org/job/node-stress-single-test/111/ ✅ Stress test master branch (should be very red): https://ci.nodejs.org/job/node-stress-single-test/112/ ❌ |
A similar comment was left by @addaleax on the original PR: #31806 (comment) /cc @ronag |
It's a semver major... the timing of things might have changed. I believe The full conversation is here https://github.com/nodejs/node/pull/31806/files#r386140400 |
Landed in 4195c31 |
Set
allowHalfOpen: true
in the client.Fixes: #29802
Refs: #31806
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes