Closed dbkernel closed 3 years ago
Merging #126 (44725d4) into master (6649cea) will decrease coverage by
0%
. The diff coverage is95%
.:exclamation: Current head 44725d4 differs from pull request most recent head 809a19a. Consider uploading reports for the commit 809a19a to get more accurate results
@@ Coverage Diff @@
## master #126 +/- ##
=====================================
- Coverage 68% 68% -1%
=====================================
Files 48 48
Lines 3721 3742 +21
=====================================
+ Hits 2533 2547 +14
- Misses 954 960 +6
- Partials 234 235 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/mysql/api.go | 61% <0%> (-1%) |
:arrow_down: |
src/raft/leader.go | 84% <80%> (-2%) |
:arrow_down: |
src/config/config.go | 80% <100%> (+<1%) |
:arrow_up: |
src/raft/mock.go | 83% <100%> (+<1%) |
:arrow_up: |
src/raft/raft.go | 84% <100%> (+1%) |
:arrow_up: |
src/server/mock.go | 100% <100%> (ø) |
|
src/server/server.go | 51% <100%> (ø) |
|
src/raft/candidate.go | 83% <0%> (-1%) |
:arrow_down: |
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 6649cea...809a19a. Read the comment docs.
Xenon Coverage / Coverage Failed. @drdstech
push update:
fix TestRaftLeaderChangeToMasterError failed
Split the pr into several prs.
push update:
Ping @hustjieke
We don't want to affect MySQL services when we upgrade xenon, so after the upgrade need to let the old LEADER continue to run as the LEADER and skip leaderStartShellCommand.