tikv / raft-engine

A persistent storage engine for Multi-Raft log
Apache License 2.0
565 stars 88 forks source link

Add control workspace and support check raft engine consistency #148

Closed yuqi1129 closed 3 years ago

yuqi1129 commented 3 years ago

Signed-off-by: yuqi1129 yuqi4733@gmail.com

Subtask of #144 , this PR only support check the consistency of raft-engine files

codecov[bot] commented 3 years ago

Codecov Report

Merging #148 (0b9f464) into master (44dbcb0) will decrease coverage by 0.21%. The diff coverage is 14.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
- Coverage   97.01%   96.79%   -0.22%     
==========================================
  Files          23       23              
  Lines        6065     6086      +21     
==========================================
+ Hits         5884     5891       +7     
- Misses        181      195      +14     
Impacted Files Coverage Δ
src/engine.rs 94.75% <14.28%> (-2.12%) :arrow_down:
src/file_pipe_log.rs 95.85% <0.00%> (+0.57%) :arrow_up:

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 44dbcb0...0b9f464. Read the comment docs.

yuqi1129 commented 3 years ago

BTW, you should add ctl to coverage ignore list:

Got it