zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
9 stars 0 forks source link

fix: handle page read error during recovering #47

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (1de8ad6) 35.08% compared to head (3f1a807) 35.07%.

Files Patch % Lines
source/storage/buffer-manager/BufferManager.cpp 26.31% 11 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #47 +/- ## ========================================== - Coverage 35.08% 35.07% -0.02% ========================================== Files 86 86 Lines 7718 7729 +11 Branches 3792 3800 +8 ========================================== + Hits 2708 2711 +3 - Misses 3268 3277 +9 + Partials 1742 1741 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.