Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
test: mark test-http2-settings-flood as flaky on Windows #25048
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
Uh oh!
There was an error while loading. Please reload this page.
test: mark test-http2-settings-flood as flaky on Windows #25048
Changes from 1 commit
bb04a8b567b9f811c17e41db808c3ec85761860352f413f7caf8d9e37bfcfc2ee618a7b77f699957aeba59fdaed9910cc2cc399cf6f64cda086482d628f95546094e47bc5300ec396e47d18e92b5c5d203ce93051066b68a6fdbafb02cac5484ad3bc3474f589e8fc451f07ffb8bd4b46074363f351c5dd0bf5ca8ce0d4f3337836acedf1a25ad8de8041380f051737063e8fb64cea5a8344f24acfcd7827139fc0f18a40f5b885332b09581dfa1a25e2ecd4c481799d12d0232c473d69920dbc9e33e86fa1535a9efcfd383d6cb9cda6b2097fedef5dacbf57b8058a171b81001c5c1636f483b13920efe03bcb12931c50976065d3d66826d4273c42b1dd6c9c01151bbb9d3784c2157f34ca9f76faccc0d23118eb6741be9de435e143802639f641f2be20bf0b6b3982ceb5eadbf947ce8b0e1cfc2559edb8f2267d41233fb627b175164e32fed9330996475b909023513b0cb05b33015b0247f8f96011fe824b2b5f2bc5f18991e00639e2eff1204dd56a32f11fe3dbdc908f084e065202b70d7b8b7f2e03b76fa19ce9edcb9509159fb7ff7d0537761881d17d7bd02cd7060c65314a89b8739e12409841caef447b390585380d7ac939e54f8453ab6c09b83ee137938e1185e80a9ae9a1feea845d7a61e332b06e5afa6ccc80cdcc82b3592575489740a463b0655bb0159776afdff630fed8adbdaf97868b6a2a55e71ef0c178366aaf52fab5d57bcbf04aa943d0fd2467ab1ada6cb8fbe699b4bf7d3c332ab236034456207270e09076e36e9ddd0880073d6d974379bf1a3d25544a6f69ebae3ee2887592d1df19b074ebb3f3f962f9759b46a4cbf0e5a07018b729204f46028f707468c5626b58ea4eee55dbcef949a9a5956c49d87eb5e908663469ed6780683008b9043fe00ef9df18ad5011dfe22564b961a8963c3dd0d0a1a5c044dc10ac24e6b70951b1c32cb8f245652cb04aabd7ecc8250f1f85ea9a91293dd695a019fb4fa844a5fe15906530ad7ddfb083b31d60ce2fdb337b5850cf6e7b416daf73ebfc28c290fd6c6c56391c1f8a9fc0b7b91c0a3740767a62f75eed83ec33be5878ea2e4a163f194b7fa0bdeb59a26546a1b283c0500237549761ec61327da3801e9c992639afeb56a7ee61fbe989269a35bd62450ab149f37f9c848ae8969a7a041c52dcc49f1db480ab537914c494d0c240f9752fceadf508337a5e01034ec648ac6c05818a89cFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
process.on('somesignal', ...) semantics expect the process to catch the signal and invoke the associated handler. `setupSignalHandlers` perform the additional task of preparing the libuv signal handler and associate it with the event handler. It is possible that by the time this is setup there could be pre-existing registrations that pre-date this setup in the boot sequence. So rearm pre-existing signal event registrations to get upto speed. Ref: #22712 (comment) PR-URL: #24651 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Joyee Cheung <[email protected]>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing