-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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,cli: mark test isolation as stable #56298
Conversation
Review requested:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #56298 +/- ##
==========================================
+ Coverage 88.04% 88.54% +0.50%
==========================================
Files 657 657
Lines 190290 190296 +6
Branches 36245 36539 +294
==========================================
+ Hits 167536 168497 +961
+ Misses 15893 14987 -906
+ Partials 6861 6812 -49
|
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.
lhym
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.
We could probably keep --experimental-test-isolation
around as an alias and remove it in the next major
This commit stabilizes test isolation configuration in the test runner.
Good idea. I have added an alias. |
Co-authored-by: Antoine du Hamel <[email protected]>
Landed in 219b900 |
This commit stabilizes test isolation configuration in the test runner.