-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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: refactor test runner run plan tests #57304
test: refactor test runner run plan tests #57304
Conversation
Review requested:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #57304 +/- ##
==========================================
- Coverage 90.34% 90.22% -0.13%
==========================================
Files 629 630 +1
Lines 184403 185166 +763
Branches 36040 36226 +186
==========================================
+ Hits 166607 167064 +457
- Misses 10919 11114 +195
- Partials 6877 6988 +111 🚀 New features to boost your workflow:
|
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, although relying on setTimeout()
behavior in tests always makes me nervous.
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. added some nitpics
+100 on |
Landed in 1b655c7 |
PR-URL: #57304 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
PR-URL: #57304 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
This is a followup refactor related to #56765 (comment) , #56765 (comment)