|
Ran
|
Jobs
1
|
Files
521
|
Run time
2min
|
Badge
README BADGES
|
push
github
box: fix yielding DDL ordering on WAL failure Serialize yielding DDL operations on the same space to avoid reordering of data dictionary updates when the first DDL updated _space/_index in-memory and then failed to write to WAL. To do so, add internal before_replace triggers for _space and _index that wait for completion of previous yielding alters on the same space before applying the next change. Closes #11833 NO_DOC=bugfix (cherry picked from commit 6e5a97c04)
68822 of 116489 branches covered (59.08%)
54 of 56 new or added lines in 2 files covered. (96.43%)
32 existing lines in 12 files now uncovered.103606 of 118310 relevant lines covered (87.57%)
1634264.86 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.44 |
0.07% | src/box/alter.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.44 |
0.07% | src/box/alter.cc |
| 1 |
90.85 |
0.03% | src/box/box.cc |
| 1 |
90.63 |
-0.63% | src/box/engine.c |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
90.14 |
-0.08% | src/box/vy_log.c |
| 1 |
95.4 |
-1.15% | src/lib/core/histogram.c |
| 2 |
84.18 |
-0.08% | src/box/xlog.c |
| 2 |
97.26 |
0.0% | src/lib/msgpuck/msgpuck.h |
| 3 |
90.9 |
-0.31% | src/box/vy_scheduler.c |
| 5 |
92.29 |
-0.23% | src/box/vinyl.c |
| 6 |
94.66 |
-1.23% | src/box/vy_read_iterator.c |
| 8 |
61.11 |
-2.86% | src/lib/core/fio.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21950141415.1 | 521 |
87.57 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|