tests: Harden subprocess management - #354
Draft
godlygeek wants to merge 1 commit into
Draft
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #354 +/- ##
==========================================
- Coverage 77.56% 77.12% -0.45%
==========================================
Files 57 57
Lines 6611 6680 +69
Branches 630 642 +12
==========================================
+ Hits 5128 5152 +24
- Misses 1483 1528 +45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
godlygeek
force-pushed
the
harden_test_processes_management
branch
16 times, most recently
from
September 9, 2026 05:02
a37f49b to
430cab8
Compare
We've seen the test suite hang occasionally in CI, and it's not clear what's going wrong. Add timeouts to some things that would wait indefinitely, and add extra logging to try to track down where things are going wrong. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
godlygeek
force-pushed
the
harden_test_processes_management
branch
from
September 9, 2026 05:16
430cab8 to
17cdeb7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We've seen the test suite hang occasionally in CI, and it's not clear what's going wrong. Add timeouts to some things that would wait indefinitely, and add extra logging to try to track down where things are going wrong.