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: add conflict insert test and fix transaction abort #26

Closed zz-jason closed 8 months ago

zz-jason commented 8 months ago

TODO:

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (bcf1b65) 32.05% compared to head (d6be405) 32.56%.

Files Patch % Lines
source/concurrency-recovery/Logging.cpp 20.00% 7 Missing and 5 partials :warning:
source/concurrency-recovery/WALEntry.hpp 54.16% 9 Missing and 2 partials :warning:
...urce/storage/buffer-manager/GuardedBufferFrame.hpp 0.00% 6 Missing and 1 partial :warning:
source/storage/btree/BTreeVI.cpp 0.00% 0 Missing and 6 partials :warning:
source/concurrency-recovery/GroupCommitter.cpp 37.50% 0 Missing and 5 partials :warning:
source/concurrency-recovery/Recovery.cpp 50.00% 0 Missing and 2 partials :warning:
source/concurrency-recovery/Worker.hpp 80.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #26 +/- ## ========================================== + Coverage 32.05% 32.56% +0.50% ========================================== Files 85 85 Lines 7511 7504 -7 Branches 3093 3088 -5 ========================================== + Hits 2408 2444 +36 + Misses 3904 3853 -51 - Partials 1199 1207 +8 ```

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