tikv / raft-engine

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

Fix consistency check and add test #140

Closed tabokie closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #140 (b8da8c3) into master (7849231) will increase coverage by 0.63%. The diff coverage is 98.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   95.42%   96.06%   +0.63%     
==========================================
  Files          18       22       +4     
  Lines        5338     5486     +148     
==========================================
+ Hits         5094     5270     +176     
+ Misses        244      216      -28     
Impacted Files Coverage Δ
src/consistency.rs 93.33% <91.30%> (ø)
src/memtable.rs 98.76% <91.52%> (-0.37%) :arrow_down:
src/log_batch.rs 97.45% <92.85%> (+0.39%) :arrow_up:
tests/failpoints/util.rs 92.85% <92.85%> (ø)
src/engine.rs 93.21% <100.00%> (-0.50%) :arrow_down:
tests/failpoints/mod.rs 100.00% <100.00%> (ø)
tests/failpoints/test_engine.rs 100.00% <100.00%> (ø)
... and 5 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 7849231...b8da8c3. Read the comment docs.