chore: Check whether test failures are caused by port exhaustion#5938
Merged
chore: Check whether test failures are caused by port exhaustion#5938
Conversation
This change adds an extra step to the CI test job that outputs network info, which may allow us to confirm whether random test failures are caused by port exhaustion.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #5938 +/- ##
=======================================
Coverage 78.3% 78.3%
=======================================
Files 817 817
Lines 68944 68944
Branches 8304 8296 -8
=======================================
+ Hits 53993 54003 +10
+ Misses 14951 14941 -10 🚀 New features to boost your workflow:
|
ximinez
approved these changes
Oct 29, 2025
Collaborator
ximinez
left a comment
There was a problem hiding this comment.
What can go wrong? The job has already failed at this point...
Bronek
pushed a commit
that referenced
this pull request
Oct 31, 2025
This change adds an extra step to the CI test job that outputs network info, which may allow us to confirm whether random test failures are caused by port exhaustion.
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.
High Level Overview of Change
This change adds an extra step to the CI test job that outputs network info.
Context of Change
We suspect random test failures are being caused by port exhaustion on the GitHub runners when many jobs are being run at the same time.
Type of Change
.gitignore, formatting, dropping support for older tooling)