|
Ran
|
Jobs
1
|
Files
522
|
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)
70201 of 118193 branches covered (59.4%)
57 of 59 new or added lines in 4 files covered. (96.61%)
22 existing lines in 12 files now uncovered.105565 of 120507 relevant lines covered (87.6%)
1386179.63 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.81 |
0.06% | src/box/alter.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.81 |
0.06% | src/box/alter.cc |
| 1 |
85.87 |
-0.11% | src/box/xlog.c |
| 1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
| 1 |
97.67 |
-0.78% | src/lib/fakesys/fakeev.c |
| 1 |
22.64 |
-0.02% | src/lib/uri/uri_parser.c |
| 1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
| 2 |
92.43 |
-0.04% | src/box/vinyl.c |
| 2 |
88.09 |
0.13% | src/box/vy_run.c |
| 2 |
93.79 |
-0.03% | src/box/xrow_update_field.c |
| 2 |
81.38 |
-0.6% | src/lib/core/coio.c |
| 3 |
89.85 |
-0.51% | src/box/wal.c |
| 5 |
92.94 |
-0.35% | src/lib/core/fiber.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21950150997.1 | 522 |
87.6 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|