-
-
Couldn't load subscription status.
- Fork 33.6k
test: split test-runner-output #60330
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: split test-runner-output #60330
Conversation
|
Review requested:
|
This test has been flaky for months. As it squeezes too many independent test cases together in one file, split this up before marking any persistent flaky cases as flaky, to avoid masking regressions in other non-flaky cases.
9333d0c to
72e2782
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60330 +/- ##
==========================================
- Coverage 88.59% 88.59% -0.01%
==========================================
Files 704 704
Lines 208474 208398 -76
Branches 40067 40063 -4
==========================================
- Hits 184696 184625 -71
+ Misses 15805 15801 -4
+ Partials 7973 7972 -1 🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
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.
Do all the tests really need to have --expose-internals?
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.
RSLGTM
Thanks for catching it, I've updated the tests that don't do |
|
Landed in bfcf2f7 |
PR-URL: #60330 Refs: #55390 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Pietro Marchini <[email protected]>
This test has been flaky for months. As it squeezes too many
independent test cases together in one file, split this up
before marking any persistent flaky cases as flaky, to avoid
masking regressions in other non-flaky cases.
Refs: #55390