radondb / xenon

The MySQL Cluster Autopilot Management with GTID and Raft
GNU General Public License v3.0
693 stars 162 forks source link

bugfix: nil rsp called. #160

Closed runkecheng closed 2 years ago

runkecheng commented 2 years ago

fix: #158

codecov[bot] commented 2 years ago

Codecov Report

Merging #160 (effb9fc) into master (21c30dd) will decrease coverage by 0%. The diff coverage is 0%.

@@          Coverage Diff          @@
##           master   #160   +/-   ##
=====================================
- Coverage      69%    68%   -1%     
=====================================
  Files          51     51           
  Lines        4601   4616   +15     
=====================================
+ Hits         3175   3178    +3     
- Misses       1173   1181    +8     
- Partials      253    257    +4     
Impacted Files Coverage Δ
src/ctl/v1/raft.go 56% <0%> (-10%) :arrow_down:
src/ctl/v1/xenon.go 41% <0%> (-13%) :arrow_down:
src/raft/candidate.go 87% <0%> (+1%) :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 21c30dd...effb9fc. Read the comment docs.

caphash commented 2 years ago

LGTM