Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
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)
63120 of 114385 branches covered (55.18%)
4 of 4 new or added lines in 3 files covered. (100.0%)
44 existing lines in 10 files now uncovered.93982 of 109344 relevant lines covered (85.95%)
2645599.26 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.11 |
-0.33% | src/box/raft.c |
1 |
95.24 |
-1.59% | src/lib/small/include/small/quota.h |
1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
1 |
95.21 |
-0.53% | src/box/vy_range.c |
2 |
95.18 |
-0.42% | src/lua/fiber.c |
2 |
92.06 |
-0.05% | src/box/vinyl.c |
5 |
89.52 |
-0.5% | src/box/memtx_engine.cc |
5 |
93.71 |
-0.53% | src/box/replication.cc |
7 |
94.55 |
-1.53% | src/box/vy_read_iterator.c |
19 |
96.21 |
0.54% | src/box/relay.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11326271776.1 | 479 |
85.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|