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

chore: test long-running transaction lookup after update #43

Closed zz-jason closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (31e8c65) 35.54% compared to head (352c89a) 35.59%.

Files Patch % Lines
source/concurrency-recovery/HistoryTree.cpp 79.16% 0 Missing and 5 partials :warning:
source/sync-primitives/HybridGuard.hpp 0.00% 0 Missing and 3 partials :warning:
...urce/storage/btree/core/BTreeExclusiveIterator.hpp 33.33% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #43 +/- ## ========================================== + Coverage 35.54% 35.59% +0.05% ========================================== Files 86 86 Lines 7658 7663 +5 Branches 3682 3685 +3 ========================================== + Hits 2722 2728 +6 + Misses 3243 3237 -6 - Partials 1693 1698 +5 ```

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