Skip to content

fix oopsie from #3466#3475

Merged
vtjnash merged 1 commit into
libuv:v1.xfrom
vtjnash:jn/3466-oops
Feb 14, 2022
Merged

fix oopsie from #3466#3475
vtjnash merged 1 commit into
libuv:v1.xfrom
vtjnash:jn/3466-oops

Conversation

@vtjnash

@vtjnash vtjnash commented Feb 14, 2022

Copy link
Copy Markdown
Member

I created uv__backend_timeout to be used internally for this reason,
then forgot to use it, resulting in flaky tests and excessive trips
around the uv_run loop.

Fix #3472

I created `uv__backend_timeout` to be used internally for this reason,
then forgot to use it, resulting in flaky tests and excessive trips
around the uv_run loop.

Fix libuv#3472
@vtjnash vtjnash added the pending-CI Ready to merge, just pending CI label Feb 14, 2022
@vtjnash vtjnash merged commit cc7dbaa into libuv:v1.x Feb 14, 2022
@vtjnash vtjnash deleted the jn/3466-oops branch February 14, 2022 18:37
@vtjnash vtjnash removed the pending-CI Ready to merge, just pending CI label Feb 14, 2022
bnoordhuis added a commit to bnoordhuis/libuv that referenced this pull request Apr 2, 2022
This reverts commit 939a056.
This reverts commit cc7dbaa.

Reverted for causing a regression in the Node.js test suite.

Also revert "fix oopsie from libuv#3466 (libuv#3475)".

Refs: nodejs/node#42340
JeffroMF pushed a commit to JeffroMF/libuv that referenced this pull request May 16, 2022
I created `uv__backend_timeout` to be used internally for this reason,
then forgot to use it, resulting in flaky tests and excessive trips
around the uv_run loop.

Fix libuv#3472
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

broken the fork_signal_to_child test

3 participants