MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

move lsm-tree concurrent test to integration test #58

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled.

Ref: #30 .

codecov-commenter commented 2 years ago

Codecov Report

Merging #58 (daaad04) into main (2c4dc4e) will decrease coverage by 2.55%. The diff coverage is 21.38%.

@@            Coverage Diff             @@
##             main      #58      +/-   ##
==========================================
- Coverage   88.42%   85.86%   -2.56%     
==========================================
  Files          37       41       +4     
  Lines        4612     4642      +30     
==========================================
- Hits         4078     3986      -92     
- Misses        534      656     +122     
Impacted Files Coverage Δ
rudder/src/config.rs 0.00% <ø> (ø)
rudder/src/main.rs 6.66% <0.00%> (+5.10%) :arrow_up:
rudder/src/service.rs 0.00% <0.00%> (ø)
wheel/src/config.rs 0.00% <0.00%> (ø)
wheel/src/error.rs 0.00% <0.00%> (ø)
wheel/src/service.rs 0.00% <0.00%> (ø)
wheel/src/lib.rs 0.80% <0.80%> (ø)
rudder/src/lib.rs 1.53% <1.53%> (ø)
wheel/src/main.rs 11.11% <12.50%> (-22.23%) :arrow_down:
storage/src/lsm_tree/manifest/version.rs 88.11% <88.23%> (-0.44%) :arrow_down:
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2c4dc4e...daaad04. Read the comment docs.