youzan / ZanRedisDB

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

optimize msgappv2 codec and keep debug info #49

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #49 into master will decrease coverage by 0.06%. The diff coverage is 25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   44.23%   44.17%   -0.07%     
==========================================
  Files         154      154              
  Lines       24444    24470      +26     
==========================================
- Hits        10814    10810       -4     
- Misses      11887    11916      +29     
- Partials     1743     1744       +1
Impacted Files Coverage Δ
server/grpc_api.go 55.17% <ø> (ø) :arrow_up:
raft/node.go 71.38% <ø> (+0.37%) :arrow_up:
node/keys.go 45.12% <0%> (-2.44%) :arrow_down:
node/state_machine.go 25.61% <0%> (ø) :arrow_up:
rockredis/t_kv.go 50.96% <0%> (-0.89%) :arrow_down:
transport/rafthttp/stream.go 80.79% <0%> (-1.11%) :arrow_down:
node/node_cmd_reg.go 99% <100%> (ø) :arrow_up:
transport/rafthttp/msgappv2_codec.go 62.32% <41.17%> (-2.12%) :arrow_down:
node/node.go 30.95% <62.5%> (ø) :arrow_up:
transport/rafthttp/peer_status.go 71.42% <0%> (-14.29%) :arrow_down:
... and 1 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 fac99f5...cb45111. Read the comment docs.