Uh oh!
There was an error while loading. Please reload this page.
test_runner: ensure proper teardown when tests run without isolation - #57394
test_runner: ensure proper teardown when tests run without isolation#57394pmarchini wants to merge 1 commit into
Conversation
nodejs-github-bot
commented
Mar 9, 2025
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #57394 +/- ##
==========================================
- Coverage 90.23% 90.23% -0.01%
==========================================
Files 630 630 Lines 185200 185214 +14 Branches 36233 36243 +10 ==========================================
+ Hits 167108 167120 +12 - Misses 11056 11057 +1 - Partials 7036 7037 +1
🚀 New features to boost your workflow:
|
pmarchini
commented
Mar 10, 2025
These changes have broken the following test: node/test/parallel/test-runner-extraneous-async-activity.js Lines 52 to 68 in 96457b4 I'm taking a look! |
This comment has been minimized.
This comment has been minimized.
This pull request has been marked as stale due to 90 days of inactivity. |
inukshuk
commented
Jul 28, 2026
I'm using the test-runner in Electron, where usually #62269 is also related. |
pmarchini
commented
Jul 28, 2026
Hey @inukshuk, I’ll take another look at the issue ASAP. The PR got stuck due to some unexpected changes in behavior |
nodejs-github-bot
commented
Jul 30, 2026
aduh95
commented
Aug 5, 2026
CI is failing |
This should address #57234.
Adding the teardown in case of
isolation: noneaddresses this specific issue, and I see no potential negative effects in having it.@cjihrig, was there a reason why we avoided it in the first place?