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

fix: stop thread before destroy #86

Closed zz-jason closed 2 months ago

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 38.91%. Comparing base (de52daf) to head (70c0058).

Files Patch % Lines
src/buffer-manager/BufferManager.cpp 50.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #86 +/- ## ========================================== - Coverage 38.94% 38.91% -0.04% ========================================== Files 94 94 Lines 7803 7805 +2 Branches 3586 3588 +2 ========================================== - Hits 3039 3037 -2 - Misses 2986 2987 +1 - Partials 1778 1781 +3 ```

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