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: truein the client.Fixes: #29802
Refs: #31806
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes