youzan / ZanRedisDB

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

update the rocksdb to v6.4.6 #70

Closed absolute8511 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will decrease coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   46.85%   46.57%   -0.29%     
==========================================
  Files         164      164              
  Lines       25970    25970              
==========================================
- Hits        12169    12096      -73     
- Misses      11953    12036      +83     
+ Partials     1848     1838      -10     
Impacted Files Coverage Δ
node/json.go 41.73% <0.00%> (-13.92%) :arrow_down:
node/ttl.go 23.63% <0.00%> (-10.91%) :arrow_down:
pkg/fileutil/purge.go 59.09% <0.00%> (-6.82%) :arrow_down:
node/kvstore.go 40.00% <0.00%> (-4.29%) :arrow_down:
pkg/fileutil/fileutil.go 66.66% <0.00%> (-4.17%) :arrow_down:
node/zset.go 38.12% <0.00%> (-3.87%) :arrow_down:
node/state_machine.go 26.11% <0.00%> (-2.62%) :arrow_down:
node/keys.go 45.69% <0.00%> (-2.16%) :arrow_down:
node/list.go 42.55% <0.00%> (-2.13%) :arrow_down:
server/grpc_api.go 54.54% <0.00%> (-1.95%) :arrow_down:
... and 3 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 de9bf41...4b75211. Read the comment docs.