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
|
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:
|
|
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. |
|
I'm using the test-runner in Electron, where usually #62269 is also related. |
|
Hey @inukshuk, I’ll take another look at the issue ASAP. The PR got stuck due to some unexpected changes in behavior |
|
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?