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
20 stars 2 forks source link

fix: incomplete btree node copy #12

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (a19b896) 21.65% compared to head (1e581e6) 25.27%.

Files Patch % Lines
source/storage/btree/core/BTreeGeneric.cpp 10.00% 11 Missing and 16 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 0.00% 24 Missing :warning:
source/storage/btree/core/BTreeNode.cpp 9.52% 14 Missing and 5 partials :warning:
source/storage/btree/BTreeLL.cpp 0.00% 18 Missing :warning:
source/storage/btree/Tuple.cpp 0.00% 13 Missing :warning:
source/storage/btree/core/BTreeNode.hpp 33.33% 2 Missing :warning:
source/utils/Misc.hpp 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12 +/- ## ========================================== + Coverage 21.65% 25.27% +3.61% ========================================== Files 85 85 Lines 7706 7739 +33 Branches 3186 3276 +90 ========================================== + Hits 1669 1956 +287 + Misses 5203 4812 -391 - Partials 834 971 +137 ```

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