-
-
Couldn't load subscription status.
- Fork 33.6k
test: split test-runner-watch-mode-kill-signal #60298
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-watch-mode-kill-signal #60298
Conversation
This test has been timing out in the CI with no information about why. Splitting it into multiple files to at least show which test case is timing out. Drive-by: name the test as test-watch-mode-kill-signal-* as the tests aren't testing the test runner and are just testing --watch-kill-signal.
|
Review requested:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #60298 +/- ##
==========================================
- Coverage 88.60% 88.56% -0.04%
==========================================
Files 704 704
Lines 208325 208421 +96
Branches 40041 40050 +9
==========================================
+ Hits 184581 184583 +2
- Misses 15797 15862 +65
- Partials 7947 7976 +29 🚀 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.
RSLGTM
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
|
There was a TDZ issue for the Windows case in the skip helper, so it wasn't skipped correctly. Moved it to a dedicated file to avoid that. |
0ab3c1c to
3970ca9
Compare
|
Landed in da5df1d |
This test has been timing out in the CI with no information about why. Splitting it into multiple files to at least show which test case is timing out. Drive-by: name the test as test-watch-mode-kill-signal-* as the tests aren't testing the test runner and are just testing --watch-kill-signal. PR-URL: #60298 Refs: #60297 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Pietro Marchini <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Chemi Atlow <[email protected]>
This test has been timing out in the CI with no information about why. Splitting it into multiple files to at least show which test case is timing out.
Drive-by: name the test as test-watch-mode-kill-signal-* as the tests aren't testing the test runner and are just testing --watch-kill-signal.
Refs: #60297