Skip to content

test(csharp): wait for HTTP readiness in fixture#3024

Merged
mmodzelewski merged 2 commits intoapache:masterfrom
avirajkhare00:csharp-http-wait
Mar 24, 2026
Merged

test(csharp): wait for HTTP readiness in fixture#3024
mmodzelewski merged 2 commits intoapache:masterfrom
avirajkhare00:csharp-http-wait

Conversation

@avirajkhare00
Copy link
Copy Markdown
Contributor

Summary

  • wait for TCP readiness on 8090 and HTTP readiness on 3000 before creating clients
  • use the existing unauthenticated /ping endpoint as the HTTP readiness probe
  • reduce CI flakes where the C# fixture can hit HTTP before the API is fully started

Testing

  • not run (dotnet is not installed in this environment)

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.83%. Comparing base (484f98a) to head (40328fb).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3024      +/-   ##
============================================
- Coverage     71.91%   71.83%   -0.09%     
  Complexity      930      930              
============================================
  Files          1124     1117       -7     
  Lines         94010    92574    -1436     
  Branches      71357    70107    -1250     
============================================
- Hits          67608    66496    -1112     
+ Misses        23827    23515     -312     
+ Partials       2575     2563      -12     
Flag Coverage Δ
csharp 67.43% <ø> (-0.21%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 65 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.

@mmodzelewski mmodzelewski merged commit 2098f49 into apache:master Mar 24, 2026
43 checks passed
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.

3 participants