MrCroxx / RunKV

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

test: enable both multi-group and single-group test #130

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled.

codecov[bot] commented 2 years ago

Codecov Report

Merging #130 (462f26c) into main (33ec435) will increase coverage by 8.60%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   74.85%   83.46%   +8.60%     
==========================================
  Files          73       73              
  Lines        6996     6996              
==========================================
+ Hits         5237     5839     +602     
+ Misses       1759     1157     -602     
Impacted Files Coverage Δ
wheel/src/worker/raft.rs 83.27% <0.00%> (ø)
storage/src/utils/coding.rs 96.55% <0.00%> (+0.68%) :arrow_up:
exhauster/src/lib.rs 80.48% <0.00%> (+1.21%) :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%> (+2.84%) :arrow_up:
storage/src/lsm_tree/components/sstable.rs 86.20% <0.00%> (+3.87%) :arrow_up:
storage/src/lsm_tree/components/memtable.rs 100.00% <0.00%> (+8.91%) :arrow_up:
storage/src/lsm_tree/manifest/version.rs 81.87% <0.00%> (+14.09%) :arrow_up:
wheel/src/worker/heartbeater.rs 88.63% <0.00%> (+22.72%) :arrow_up:
common/src/coding.rs 65.71% <0.00%> (+22.85%) :arrow_up:
... and 7 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 33ec435...462f26c. Read the comment docs.