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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

mvcc: restore tombstone index if it's first revision

ab83df5
Select commit
Loading
Failed to load commit list.
Open

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

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

68.76% (-0.07%) compared to ebb2b06

View this Pull Request on Codecov

68.76% (-0.07%) compared to ebb2b06

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.76%. Comparing base (ebb2b06) to head (ab83df5).
Report is 26 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 29 files with indirect coverage changes

@@            Coverage Diff             @@
##             main   #19188      +/-   ##
==========================================
- Coverage   68.83%   68.76%   -0.07%     
==========================================
  Files         420      420              
  Lines       35641    35642       +1     
==========================================
- Hits        24532    24511      -21     
- Misses       9687     9706      +19     
- Partials     1422     1425       +3     

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