|
Ran
|
Jobs
1
|
Files
480
|
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)
63648 of 115122 branches covered (55.29%)
3 of 3 new or added lines in 1 file covered. (100.0%)
11 existing lines in 7 files now uncovered.94631 of 109913 relevant lines covered (86.1%)
1893376.21 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.23 |
-0.05% | src/box/applier.cc |
| 1 |
86.58 |
-0.04% | src/box/box.cc |
| 1 |
95.68 |
-0.72% | src/box/vy_point_lookup.c |
| 1 |
93.31 |
-0.32% | src/lib/swim/swim_io.c |
| 2 |
92.21 |
-0.31% | src/box/txn_limbo.c |
| 2 |
95.18 |
-0.42% | src/lua/fiber.c |
| 3 |
93.09 |
-1.6% | src/box/vy_range.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 18564819079.1 | 480 |
86.1 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|