Skip to content

Fix Flaky test port reservation#1463

Open
jerbly wants to merge 3 commits into
open-telemetry:mainfrom
jerbly:flaky-ports
Open

Fix Flaky test port reservation#1463
jerbly wants to merge 3 commits into
open-telemetry:mainfrom
jerbly:flaky-ports

Conversation

@jerbly
Copy link
Copy Markdown
Contributor

@jerbly jerbly commented May 22, 2026

We have flaky tests due to port collisions despite using port picker. There are race hazards due to parallel runs.

Solved with our own implementation of port reservation which also separates port selection for multiple binaries running at the same time.

@jerbly jerbly requested a review from a team as a code owner May 22, 2026 02:59
@codecov
Copy link
Copy Markdown

codecov Bot commented May 22, 2026

Codecov Report

❌ Patch coverage is 0% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.1%. Comparing base (f174ab4) to head (aac787c).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/weaver_test_support/src/lib.rs 0.0% 11 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1463     +/-   ##
=======================================
- Coverage   82.2%   82.1%   -0.1%     
=======================================
  Files        125     126      +1     
  Lines      10241   10252     +11     
=======================================
  Hits        8423    8423             
- Misses      1818    1829     +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant