|
Ran
|
Jobs
1
|
Files
515
|
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)
69891 of 117749 branches covered (59.36%)
57 of 59 new or added lines in 4 files covered. (96.61%)
57 existing lines in 16 files now uncovered.104908 of 119701 relevant lines covered (87.64%)
1416406.64 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.54 |
0.07% | src/box/alter.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.54 |
0.07% | src/box/alter.cc |
| 1 |
95.72 |
-0.12% | src/box/replication.cc |
| 1 |
95.74 |
0.0% | src/box/vy_range.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 1 |
97.39 |
-0.02% | src/lib/vclock/vclock.c |
| 2 |
88.01 |
0.0% | src/box/vy_run.c |
| 2 |
84.72 |
-0.19% | src/box/xlog.c |
| 2 |
93.43 |
-0.39% | src/box/xrow_update_field.c |
| 2 |
92.94 |
-0.18% | src/lib/core/fiber.c |
| 2 |
96.15 |
-3.85% | src/lib/core/iostream.h |
| 3 |
22.66 |
-0.06% | src/lib/uri/uri_parser.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 5 |
91.39 |
0.33% | src/box/box.cc |
| 6 |
95.2 |
-1.25% | src/box/vy_read_iterator.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| 15 |
92.2 |
-1.95% | src/box/memtx_space.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21950146524.1 | 515 |
87.64 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|