|
Ran
|
Jobs
1
|
Files
479
|
Run time
3min
|
Badge
README BADGES
|
push
github
sql: fix port_c_get_vdbemem() MP_INT usage The function is used to build a mem from msgpack returned by a C function via port_c. To use in some operation, like a comparison or arithmetics. It used to treat MP_INT as an always negative value, which could result into those operations having invalid results or even failing assertions in debug build. Lets check the MP_INT sign before assigning the mem type. Closes #10132 NO_DOC=bugfix (cherry picked from commit 0c7469bb0)
63460 of 114770 branches covered (55.29%)
2 of 2 new or added lines in 1 file covered. (100.0%)
200 existing lines in 8 files now uncovered.94412 of 109662 relevant lines covered (86.09%)
1893610.86 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.17 |
0.59% | src/box/box.cc |
| 1 |
96.12 |
-0.19% | src/box/relay.cc |
| 1 |
92.35 |
-0.17% | src/box/txn_limbo.c |
| 1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
| 2 |
92.14 |
0.05% | src/box/vinyl.c |
| 5 |
93.71 |
-0.83% | src/box/replication.cc |
| 21 |
74.84 |
-0.08% | src/box/sql/vdbeapi.c |
| 168 |
82.22 |
1.82% | src/box/sql/mem.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13538803686.1 | 479 |
86.09 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|