-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
test_runner: ensure proper teardown when tests run without isolation #57394
base: main
Are you sure you want to change the base?
Conversation
Review requested:
|
Codecov ReportAll 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! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
This should address #57234.
Adding the teardown in case of
isolation: none
addresses 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?