Skip to content

chore: Check whether test failures are caused by port exhaustion#5938

Merged
bthomee merged 3 commits intodevelopfrom
bthomee/debug_test_failures
Oct 30, 2025
Merged

chore: Check whether test failures are caused by port exhaustion#5938
bthomee merged 3 commits intodevelopfrom
bthomee/debug_test_failures

Conversation

@bthomee
Copy link
Collaborator

@bthomee bthomee commented Oct 24, 2025

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactor (non-breaking change that only restructures code)
  • Performance (increase or change in throughput and/or latency)
  • Tests (you added tests for code that already exists, or your new feature included in this PR)
  • Documentation update
  • Chore (no impact to binary, e.g. .gitignore, formatting, dropping support for older tooling)
  • Release

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
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.3%. Comparing base (efd4c1b) to head (5a61044).
⚠️ Report is 1 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@           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     

see 7 files with indirect coverage changes

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bthomee bthomee requested a review from ximinez October 24, 2025 18:31
@bthomee bthomee added the Trivial Simple change with minimal effect, or already tested. Only needs one approval. label Oct 24, 2025
Copy link
Collaborator

@ximinez ximinez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What can go wrong? The job has already failed at this point...

@bthomee bthomee enabled auto-merge (squash) October 30, 2025 12:51
@bthomee bthomee merged commit a10f42a into develop Oct 30, 2025
37 checks passed
@bthomee bthomee deleted the bthomee/debug_test_failures branch October 30, 2025 13:19
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.
@Bronek Bronek mentioned this pull request Oct 31, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Trivial Simple change with minimal effect, or already tested. Only needs one approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants