|
Ran
|
Jobs
1
|
Files
520
|
Run time
2min
|
Badge
README BADGES
|
push
github
limbo: handle volatile LSN lagging behind The volatile confirmed LSN can legally lag behind the persisted confirmed LSN, when the incoming CONFIRMations were done with a smaller quorum somehow. Then the volatile LSN was still counting acks, while the persisted LSN was moving forward on CONFIRM entries. Lets keep them in sync. The volatile LSN must be the present or the future of the persisted LSN. Otherwise the limbo worker saw the invariant broken and was asserting. The bug was only present in the Debug build, and it was introduced in commit 516a3cc50 ("limbo: collect ACKs on replicas"). Part of #8095 NO_DOC=bugfix NO_CHANGELOG=the bug wasn't released yet (cherry picked from commit ea94e7112)
70202 of 118081 branches covered (59.45%)
2 of 2 new or added lines in 1 file covered. (100.0%)
374 existing lines in 16 files now uncovered.105531 of 120471 relevant lines covered (87.6%)
1408721.21 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 192 |
90.73 |
-0.08% | src/box/box.cc |
| 45 |
95.07 |
-0.88% | src/box/replication.cc |
| 37 |
89.64 |
0.02% | src/box/applier.cc |
| 27 |
93.1 |
0.14% | src/box/txn_limbo.c |
| 23 |
95.13 |
-0.03% | src/box/txn_limbo_queue.c |
| 15 |
93.95 |
-0.01% | src/box/txn.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| 6 |
96.31 |
-0.01% | src/box/relay.cc |
| 4 |
94.2 |
0.87% | src/box/checkpoint.c |
| 2 |
92.52 |
-0.04% | src/box/vinyl.c |
| 2 |
81.68 |
-0.3% | src/lib/core/coio.c |
| 1 |
88.17 |
-0.07% | src/box/vy_run.c |
| 1 |
85.81 |
-0.08% | src/box/xlog.c |
| 1 |
90.67 |
-1.33% | src/lib/core/iostream.c |
| 1 |
97.26 |
0.3% | src/lib/msgpuck/msgpuck.h |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 25041499239.1 | 520 |
87.6 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|