MrCroxx / RunKV

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

test: restore integration tests #158

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled.

MAKE INTEGRATION TESTS GREAT AGAIN!!

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (af7a00b) into main (dfab2ff) will increase coverage by 30.62%. The diff coverage is n/a.

@@             Coverage Diff             @@
##             main     #158       +/-   ##
===========================================
+ Coverage   53.21%   83.83%   +30.62%     
===========================================
  Files          84       84               
  Lines        8265     8265               
===========================================
+ Hits         4398     6929     +2531     
+ Misses       3867     1336     -2531     
Impacted Files Coverage Δ
wheel/src/worker/raft.rs 94.13% <0.00%> (+0.37%) :arrow_up:
storage/src/utils/coding.rs 95.17% <0.00%> (+0.68%) :arrow_up:
storage/src/raft_log_store/log.rs 88.71% <0.00%> (+1.94%) :arrow_up:
storage/src/lsm_tree/iterator/user_key_iterator.rs 98.22% <0.00%> (+2.36%) :arrow_up:
storage/src/lsm_tree/components/skiplist/list.rs 85.75% <0.00%> (+3.79%) :arrow_up:
storage/src/lsm_tree/components/sstable.rs 86.20% <0.00%> (+3.87%) :arrow_up:
storage/src/lsm_tree/components/skiplist/arena.rs 100.00% <0.00%> (+6.38%) :arrow_up:
storage/src/lsm_tree/components/block_cache.rs 81.15% <0.00%> (+10.14%) :arrow_up:
storage/src/lsm_tree/components/memtable.rs 100.00% <0.00%> (+11.88%) :arrow_up:
common/src/coding.rs 57.14% <0.00%> (+22.85%) :arrow_up:
... and 31 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 dfab2ff...af7a00b. Read the comment docs.