Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
box: fix SIGSEGV on unaligned access to a struct with extended alignment All structures with a non-default alignment (set by `alignas()`) must be allocated by `aligned_alloc()`, otherwise an access to such a structure member fill crash, e.g. if compiled with AVX-512 support. Closes #10215 Part of #10631 NO_DOC=bugfix NO_TEST=tested by debug_asan_clang workflow NO_CHANGELOG=fix is actually not user-visible, because tarantool still doesn't work with enabled AVX-512 (#10671) (cherry picked from commit a60ec82d4)
68486 of 121715 branches covered (56.27%)
4 of 4 new or added lines in 3 files covered. (100.0%)
80 existing lines in 21 files now uncovered.101080 of 115848 relevant lines covered (87.25%)
2454114.93 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.5 |
-1.59% | src/box/xlog.h |
1 |
85.48 |
-1.61% | src/box/lua/ctl.c |
1 |
95.4 |
-1.15% | src/histogram.c |
1 |
97.4 |
-0.06% | src/lib/salad/bps_tree.h |
1 |
72.77 |
-0.25% | src/main.cc |
1 |
91.23 |
0.2% | src/box/vy_scheduler.c |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
1 |
94.52 |
-0.15% | src/box/vy_tx.c |
1 |
85.25 |
0.36% | src/lib/core/coio.c |
2 |
95.79 |
-0.05% | src/box/iproto.cc |
2 |
88.68 |
-0.11% | src/box/xrow.c |
2 |
92.93 |
-0.01% | src/lib/core/fiber.c |
2 |
90.71 |
-0.03% | src/box/box.cc |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
90.62 |
-0.23% | src/box/applier.cc |
3 |
92.08 |
0.0% | src/box/vinyl.c |
4 |
84.16 |
-0.27% | src/box/xlog.c |
4 |
94.18 |
-0.79% | src/box/xrow_update_field.c |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
15 |
91.82 |
-2.36% | src/box/memtx_space.c |
23 |
95.65 |
0.32% | src/box/relay.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11326255795.1 | 514 |
87.25 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|