Skip to content

test: tune test-uv-threadpool-schedule

Rodrigo Muino Tomonari requested to merge github/fork/Trott/fix-uv-test into master

test-uv-threadpool-schedule has been failing consistently in node-daily-master CI. It also fails consistently on my personal laptop. These changes make it pass consistently with current master but fail consistently with Node.js 10.11 (which was the last release in the 10.x line before the fix that the test is for). It succeeds/fails as expected whether or not I am connected to the network.

Fixes: https://github.com/nodejs/node/issues/25305

/ping @gireeshpunathil

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading