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

chore: add long-running transaction test #39

Closed zz-jason closed 7 months ago

zz-jason commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (e63189c) 34.01% compared to head (a632795) 34.45%. Report is 1 commits behind head on master.

Files Patch % Lines
source/storage/btree/TransactionKV.cpp 12.44% 161 Missing and 50 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 31.37% 17 Missing and 18 partials :warning:
source/LeanStore.cpp 0.00% 17 Missing :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 0.00% 0 Missing and 4 partials :warning:
source/concurrency-recovery/Transaction.hpp 57.14% 1 Missing and 2 partials :warning:
source/profiling/tables/ConfigsTable.cpp 0.00% 3 Missing :warning:
source/profiling/tables/CRTable.cpp 0.00% 2 Missing :warning:
source/concurrency-recovery/Worker.cpp 50.00% 0 Missing and 1 partial :warning:
source/storage/btree/ChainedTuple.hpp 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #39 +/- ## ========================================== + Coverage 34.01% 34.45% +0.44% ========================================== Files 85 85 Lines 7618 7619 +1 Branches 3608 3612 +4 ========================================== + Hits 2591 2625 +34 + Misses 3494 3420 -74 - Partials 1533 1574 +41 ```

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