Skip to content
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

mvcc: restore tombstone index if it's first revision #19188

Merged
merged 1 commit into from
Jan 20, 2025

mvcc: restore tombstone index if it's first revision

d8b4192
Select commit
Loading
Failed to load commit list.
Merged

mvcc: restore tombstone index if it's first revision #19188

mvcc: restore tombstone index if it's first revision
d8b4192
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 20, 2025 in 1s

68.80% (-0.03%) compared to ebb2b06

View this Pull Request on Codecov

68.80% (-0.03%) compared to ebb2b06

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.80%. Comparing base (ebb2b06) to head (d8b4192).
Report is 49 commits behind head on main.

Additional details and impacted files
Files with missing lines Coverage Δ
server/storage/mvcc/key_index.go 65.51% <100.00%> (+0.81%) ⬆️
server/storage/mvcc/kvstore.go 89.86% <100.00%> (+0.10%) ⬆️

... and 38 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19188      +/-   ##
==========================================
- Coverage   68.83%   68.80%   -0.03%     
==========================================
  Files         420      420              
  Lines       35641    35649       +8     
==========================================
- Hits        24532    24528       -4     
- Misses       9687     9698      +11     
- Partials     1422     1423       +1     

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 ebb2b06...d8b4192. Read the comment docs.