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: check whether transaction is read-only automatically #68

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 36.66%. Comparing base (581a670) to head (95fb34a).

Files Patch % Lines
src/btree/core/BTreeGeneric.cpp 1.58% 61 Missing and 1 partial :warning:
src/buffer-manager/BufferManager.cpp 42.85% 2 Missing and 2 partials :warning:
src/concurrency/Logging.cpp 0.00% 1 Missing and 2 partials :warning:
src/concurrency/LoggingImpl.hpp 0.00% 0 Missing and 3 partials :warning:
src/concurrency/Recovery.cpp 0.00% 1 Missing and 2 partials :warning:
src/concurrency/Worker.cpp 66.66% 0 Missing and 3 partials :warning:
src/TxWorkerImpl.hpp 0.00% 2 Missing :warning:
src/concurrency/WalEntry.hpp 50.00% 1 Missing and 1 partial :warning:
src/buffer-manager/BufferFrameProvider.hpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #68 +/- ## ========================================== - Coverage 36.71% 36.66% -0.05% ========================================== Files 87 87 Lines 7875 7866 -9 Branches 3844 3834 -10 ========================================== - Hits 2891 2884 -7 - Misses 3127 3137 +10 + Partials 1857 1845 -12 ```

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