Skip to content

Fix flaky external auth e2e test by waiting for auth server readiness

04832c1
Select commit
Loading
Failed to load commit list.
Open

Enable TLS Fingerprinting configuration (JA3/JA4) #7372

Fix flaky external auth e2e test by waiting for auth server readiness
04832c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 10, 2026 in 0s

80.13% (-1.06%) compared to 8a51282

View this Pull Request on Codecov

80.13% (-1.06%) compared to 8a51282

Details

Codecov Report

❌ Patch coverage is 60.00000% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.13%. Comparing base (8a51282) to head (04832c1).
⚠️ Report is 72 commits behind head on main.

Files with missing lines Patch % Lines
cmd/contour/servecontext.go 42.85% 3 Missing and 1 partial ⚠️
pkg/config/parameters.go 0.00% 3 Missing ⚠️
cmd/contour/serve.go 0.00% 2 Missing ⚠️
internal/envoy/v3/listener.go 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #7372      +/-   ##
==========================================
- Coverage   81.18%   80.13%   -1.06%     
==========================================
  Files         130      130              
  Lines       15803    15788      -15     
==========================================
- Hits        12829    12651     -178     
- Misses       2613     2624      +11     
- Partials      361      513     +152     
Files with missing lines Coverage Δ
internal/dag/policy.go 80.44% <100.00%> (-15.11%) ⬇️
internal/xdscache/v3/listener.go 76.61% <100.00%> (-0.71%) ⬇️
internal/envoy/v3/listener.go 84.22% <87.50%> (-13.94%) ⬇️
cmd/contour/serve.go 22.23% <0.00%> (+0.18%) ⬆️
pkg/config/parameters.go 66.78% <0.00%> (-12.17%) ⬇️
cmd/contour/servecontext.go 85.67% <42.85%> (+1.79%) ⬆️

... and 17 files with indirect coverage changes

🚀 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.