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

feat: support setting isolation level in session #31

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (356a0ed) 33.51% compared to head (0bf71e7) 33.52%.

:exclamation: Current head 0bf71e7 differs from pull request most recent head e77d507. Consider uploading reports for the commit e77d507 to get more accurate results

Files Patch % Lines
source/concurrency-recovery/Transaction.hpp 33.33% 10 Missing :warning:
source/concurrency-recovery/Worker.cpp 57.14% 0 Missing and 3 partials :warning:
source/storage/btree/BTreeVI.cpp 0.00% 0 Missing and 2 partials :warning:
source/storage/btree/Tuple.cpp 0.00% 0 Missing and 2 partials :warning:
source/storage/btree/BTreeVI.hpp 66.66% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #31 +/- ## ======================================= Coverage 33.51% 33.52% ======================================= Files 85 85 Lines 7463 7437 -26 Branches 3066 3054 -12 ======================================= - Hits 2501 2493 -8 + Misses 3729 3712 -17 + Partials 1233 1232 -1 ```

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