-
-
Notifications
You must be signed in to change notification settings - Fork 32k
test_runner: fix timeout not propagated to the child process in run #58831
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
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 #58831 +/- ##
==========================================
- Coverage 90.10% 89.99% -0.12%
==========================================
Files 640 640
Lines 188384 188369 -15
Branches 36937 36862 -75
==========================================
- Hits 169743 169522 -221
- Misses 11363 11529 +166
- Partials 7278 7318 +40
🚀 New features to boost your workflow:
|
@jakecastelli yes I agree. There's a failure in the test(now two failures seem to be expected) |
Ah indeed - missed the other one! |
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
We do have test coverage for this case, however, the test failed due to an incorrect file path, not due to the intended
testTimeoutFailure
. The key takeaway is that we should make the assertion more explicit to avoid such regression.Fixes: #58802