Ran
|
Jobs
1
|
Files
514
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
box: build fix I got compile error for release build on gcc 14.2.1 20240910 version. ``` In function ‘char* mp_store_double(char*, double)’, inlined from ‘char* mp_encode_double(char*, double)’ at /home/shiny/dev/tarantool-ee/tarantool/src/lib/msgpuck/msgpuck.h:2409:24, inlined from ‘uint32_t tuple_hash_field(uint32_t*, uint32_t*, const char**, field_type, coll*)’ at /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc:317:46: /home/shiny/dev/tarantool-ee/tarantool/src/lib/msgpuck/msgpuck.h:340:16: error: ‘value’ may be used uninitialized [-Werror=maybe-uninitialized] 340 | cast.d = val; | ~~~~~~~^~~~~ /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc: In function ‘uint32_t tuple_hash_field(uint32_t*, uint32_t*, const char**, field_type, coll*)’: /home/shiny/dev/tarantool-ee/tarantool/src/box/tuple_hash.cc:311:24: note: ‘value’ was declared here 311 | double value; | ``` NO_TEST=build fix NO_CHANGELOG=build fix NO_DOC=build fix (cherry picked from commit 1129c758d)
68506 of 121736 branches covered (56.27%)
2 of 2 new or added lines in 1 file covered. (100.0%)
43 existing lines in 16 files now uncovered.101140 of 115881 relevant lines covered (87.28%)
2424775.69 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
90.55 |
0.15% | src/box/applier.cc |
1 |
72.77 |
-0.25% | src/main.cc |
1 |
95.65 |
-0.19% | src/box/relay.cc |
2 |
95.73 |
-0.11% | src/box/iproto.cc |
2 |
95.4 |
-2.3% | src/histogram.c |
2 |
92.81 |
-1.44% | src/box/vy_point_lookup.c |
2 |
94.11 |
-0.39% | src/lua/fiber.c |
2 |
91.34 |
0.63% | src/box/box.cc |
2 |
91.98 |
-0.05% | src/box/vinyl.c |
2 |
84.24 |
-0.18% | src/box/xlog.c |
3 |
90.71 |
-1.64% | src/lib/salad/mhash.h |
3 |
91.03 |
-0.2% | src/box/vy_scheduler.c |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
4 |
87.67 |
-0.2% | src/box/vy_run.c |
5 |
94.15 |
-0.59% | src/box/xrow_update_field.c |
7 |
94.55 |
-1.53% | src/box/vy_read_iterator.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11477469556.1 | 514 |
87.28 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|