Skip to content

grpc: Fix cardinality violations in client streaming and unary RPCs. #8330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 28, 2025

Replace SendAndClose() with SendMsg() in the test

0441021
Select commit
Loading
Failed to load commit list.
Merged

grpc: Fix cardinality violations in client streaming and unary RPCs. #8330

Replace SendAndClose() with SendMsg() in the test
0441021
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 27, 2025 in 0s

82.20% (-0.05%) compared to 6821606

View this Pull Request on Codecov

82.20% (-0.05%) compared to 6821606

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 82.20%. Comparing base (6821606) to head (0441021).
Report is 36 commits behind head on master.

Files with missing lines Patch % Lines
stream.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8330      +/-   ##
==========================================
- Coverage   82.25%   82.20%   -0.05%     
==========================================
  Files         417      419       +2     
  Lines       41356    42039     +683     
==========================================
+ Hits        34017    34560     +543     
- Misses       5923     6008      +85     
- Partials     1416     1471      +55     
Files with missing lines Coverage Δ
stream.go 81.91% <50.00%> (+0.35%) ⬆️

... and 57 files with indirect coverage changes

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