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

chore: reorganize concurrency-control dir #67

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 43.16239% with 266 lines in your changes are missing coverage. Please review.

Project coverage is 36.73%. Comparing base (86dec65) to head (46c9d64).

Files Patch % Lines
src/buffer-manager/BufferFrameProvider.hpp 0.00% 58 Missing :warning:
src/buffer-manager/BufferManager.cpp 26.08% 17 Missing and 17 partials :warning:
src/btree/TransactionKV.cpp 18.91% 15 Missing and 15 partials :warning:
src/concurrency/Recovery.cpp 68.42% 10 Missing and 8 partials :warning:
src/buffer-manager/BufferFrame.hpp 58.82% 8 Missing and 6 partials :warning:
src/concurrency/Worker.cpp 26.31% 0 Missing and 14 partials :warning:
src/btree/core/BTreeGeneric.cpp 35.29% 1 Missing and 10 partials :warning:
src/buffer-manager/GuardedBufferFrame.hpp 56.00% 2 Missing and 9 partials :warning:
src/concurrency/Logging.cpp 47.05% 3 Missing and 6 partials :warning:
src/btree/core/BTreeWALPayload.hpp 69.23% 3 Missing and 5 partials :warning:
... and 16 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #67 +/- ## ========================================== - Coverage 36.74% 36.73% -0.01% ========================================== Files 84 87 +3 Lines 7871 7875 +4 Branches 3841 3844 +3 ========================================== + Hits 2892 2893 +1 - Misses 3125 3126 +1 - Partials 1854 1856 +2 ```

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