Avoid deadlock in etcd.Close when stopping during bootstrapping #19139
+60
−3
Codecov / codecov/project
succeeded
Jan 9, 2025 in 0s
68.70% (-0.09%) compared to fce823a
View this Pull Request on Codecov
68.70% (-0.09%) compared to fce823a
Details
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 68.70%. Comparing base (
fce823a
) to head (f9ce13e
).
Report is 13 commits behind head on main.
Additional details and impacted files
Files with missing lines | Coverage Δ | |
---|---|---|
server/embed/etcd.go | 75.86% <100.00%> (+0.12%) |
⬆️ |
server/embed/serve.go | 57.80% <100.00%> (+0.60%) |
⬆️ |
server/etcdserver/server.go | 82.41% <ø> (ø) |
... and 22 files with indirect coverage changes
@@ Coverage Diff @@
## main #19139 +/- ##
==========================================
- Coverage 68.79% 68.70% -0.09%
==========================================
Files 420 420
Lines 35640 35647 +7
==========================================
- Hits 24518 24493 -25
- Misses 9697 9719 +22
- Partials 1425 1435 +10
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update fce823a...f9ce13e. Read the comment docs.
Loading