youzan / ZanRedisDB

Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
MIT License
388 stars 60 forks source link

Fix raft apply index not continued #51

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #51 into master will increase coverage by 0.15%. The diff coverage is 57.69%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #51      +/-   ##
=========================================
+ Coverage   44.15%   44.3%   +0.15%     
=========================================
  Files         154     154              
  Lines       24477   24523      +46     
=========================================
+ Hits        10807   10866      +59     
+ Misses      11926   11904      -22     
- Partials     1744    1753       +9
Impacted Files Coverage Δ
node/node.go 30.78% <ø> (-0.17%) :arrow_down:
raft/log.go 79.23% <100%> (+0.22%) :arrow_up:
raft/rawnode.go 62.58% <100%> (ø) :arrow_up:
node/raft.go 37.08% <50%> (+0.22%) :arrow_up:
raft/node.go 69.81% <55.88%> (-1.58%) :arrow_down:
pkg/fileutil/fileutil.go 70.83% <0%> (-4.17%) :arrow_down:
transport/rafthttp/stream.go 80.48% <0%> (+0.6%) :arrow_up:
node/state_machine.go 25.61% <0%> (+1.03%) :arrow_up:
raft/storage.go 38.23% <0%> (+22.05%) :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 96c2775...9f658ae. Read the comment docs.