balancer/weightedroundrobin: Switch Weighted Round Robin to use pick first instead of SubConns #7826
Codecov / codecov/project
succeeded
Nov 22, 2024 in 0s
81.82% (-0.03%) compared to d2c1aae
View this Pull Request on Codecov
81.82% (-0.03%) compared to d2c1aae
Details
Codecov Report
Attention: Patch coverage is 85.38813%
with 32 lines
in your changes missing coverage. Please review.
Project coverage is 81.82%. Comparing base (
d2c1aae
) to head (d026beb
).
Report is 24 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
balancer/weightedroundrobin/balancer.go | 85.92% | 22 Missing and 7 partials |
balancer/endpointsharding/endpointsharding.go | 66.66% | 2 Missing and 1 partial |
Additional details and impacted files
@@ Coverage Diff @@
## master #7826 +/- ##
==========================================
- Coverage 81.84% 81.82% -0.03%
==========================================
Files 373 375 +2
Lines 37845 37984 +139
==========================================
+ Hits 30976 31082 +106
- Misses 5578 5590 +12
- Partials 1291 1312 +21
Files with missing lines | Coverage Δ | |
---|---|---|
balancer/weightedroundrobin/scheduler.go | 96.20% <100.00%> (-3.80%) |
⬇️ |
balancer/endpointsharding/endpointsharding.go | 79.65% <66.66%> (+16.62%) |
⬆️ |
balancer/weightedroundrobin/balancer.go | 83.47% <85.92%> (+4.01%) |
⬆️ |
- Flaky Tests Detection - Detect and resolve failed and flaky tests
Loading