|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
README BADGES
|
push
github
recovery: fix big tuples blocking recovery Replace constant `WAL_ROWS_PER_YIELD` with `xlog_row_bytes_per_yield` tweak to ensure that the relay thread does not skip heartbeats while parsing large tuples, and does not yield too frequently. Introduce `ERRINJ_XLOG_READ_ROW_DELAY` to emulate the delay when parsing xlogs consisting of large rows. Fixes #12029 NO_DOC=bugfix NO_CHANGELOG=bugfix (cherry picked from commit cf2761fa1)
69848 of 117637 branches covered (59.38%)
10 of 10 new or added lines in 3 files covered. (100.0%)
18 existing lines in 13 files now uncovered.104832 of 119582 relevant lines covered (87.67%)
1409706.44 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 3 |
92.33 |
-0.13% | src/box/vinyl.c |
| 2 |
90.94 |
0.03% | src/box/box.cc |
| 2 |
93.03 |
-0.1% | src/lib/core/fiber.c |
| 2 |
91.56 |
-0.22% | src/lib/swim/swim.c |
| 1 |
92.79 |
0.63% | src/box/recovery.cc |
| 1 |
96.32 |
-0.18% | src/box/relay.cc |
| 1 |
95.72 |
-0.12% | src/box/replication.cc |
| 1 |
95.74 |
-0.53% | src/box/vy_range.c |
| 1 |
88.15 |
0.08% | src/box/vy_run.c |
| 1 |
84.75 |
0.0% | src/box/xlog.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
90.38 |
-1.77% | src/lib/core/trigger.cc |
| 1 |
89.39 |
-1.52% | src/lib/small/small/lsregion.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 23479311184.1 | 514 |
87.67 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|