|
Ran
|
Jobs
1
|
Files
519
|
Run time
2min
|
Badge
README BADGES
|
push
github
replication: update raft instance id on anon replica register The raft subsystem has its own copy of an instance id, raft::self. It's set during initial `box.cfg()` call, after local recovery or bootstrap. It was forgotten to update raft::self after an anonymous replica register. This could lead to various assertion failures in raft code in debug build, and in the release build the raft state would be silently corrupted. Fix this. Closes #11938 NO_DOC=bugfix (cherry picked from commit a4d038dcd)
70523 of 123831 branches covered (56.95%)
4 of 4 new or added lines in 1 file covered. (100.0%)
19 existing lines in 12 files now uncovered.103910 of 118671 relevant lines covered (87.56%)
1352134.99 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.84 |
-0.03% | src/box/box.cc |
| 1 |
92.49 |
0.09% | src/box/vinyl.c |
| 1 |
94.99 |
-0.21% | src/box/vy_read_iterator.c |
| 1 |
87.44 |
-0.06% | src/box/vy_run.c |
| 1 |
84.45 |
0.11% | src/box/xlog.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
| 2 |
94.25 |
-0.29% | src/box/memtx_space.c |
| 2 |
89.25 |
-0.11% | src/box/xrow.c |
| 2 |
95.45 |
-4.55% | src/lib/json/json.h |
| 3 |
90.9 |
-0.31% | src/box/vy_scheduler.c |
| 3 |
97.15 |
0.0% | src/lib/msgpuck/msgpuck.h |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18564831373.1 | 519 |
87.56 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|