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: handle read-only transactions in group commit #30

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (260de35) 33.47% compared to head (1631771) 33.47%.

Files Patch % Lines
source/storage/btree/BTreeVI.cpp 14.00% 28 Missing and 15 partials :warning:
source/concurrency-recovery/GroupCommitter.cpp 75.00% 1 Missing and 2 partials :warning:
...urce/storage/btree/core/BTreeExclusiveIterator.hpp 40.00% 1 Missing and 2 partials :warning:
source/utils/JumpMU.cpp 0.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #30 +/- ## ========================================== - Coverage 33.47% 33.47% -0.01% ========================================== Files 85 85 Lines 7457 7463 +6 Branches 3063 3066 +3 ========================================== + Hits 2496 2498 +2 - Misses 3728 3730 +2 - Partials 1233 1235 +2 ```

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