|
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)
67686 of 114758 branches covered (58.98%)
54 of 56 new or added lines in 2 files covered. (96.43%)
50 existing lines in 21 files now uncovered.102000 of 116672 relevant lines covered (87.42%)
1824126.33 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.49 |
0.07% | src/box/alter.cc |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.49 |
0.07% | src/box/alter.cc |
| 1 |
99.4 |
-0.3% | src/box/lua/iproto.c |
| 1 |
95.61 |
0.0% | src/box/relay.cc |
| 1 |
95.68 |
-0.72% | src/box/vy_point_lookup.c |
| 1 |
95.21 |
-0.53% | src/box/vy_range.c |
| 1 |
94.46 |
-0.21% | src/box/vy_read_iterator.c |
| 1 |
90.9 |
-0.1% | src/box/vy_scheduler.c |
| 1 |
89.6 |
-0.52% | src/lib/core/coio_task.c |
| 1 |
92.94 |
-0.1% | src/lib/core/fiber.c |
| 1 |
97.26 |
0.2% | src/lib/msgpuck/msgpuck.h |
| 1 |
97.4 |
-0.06% | src/lib/salad/bps_tree.h |
| 1 |
85.15 |
-0.99% | src/lib/small/small/slab_arena.c |
| 1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
| 1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
| 2 |
95.83 |
-0.11% | src/box/iproto.cc |
| 2 |
82.22 |
-4.44% | src/lib/core/latch.h |
| 2 |
94.11 |
-0.39% | src/lua/fiber.c |
| 3 |
90.5 |
0.0% | src/box/applier.cc |
| 3 |
97.86 |
-0.22% | src/box/memtx_tx.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| 15 |
92.18 |
-2.21% | src/box/memtx_space.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 21950137604.1 | 515 |
87.42 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|