|
Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
Badge
README BADGES
|
push
github
vinyl: fix memory leak on error decoding row during compaction Just add missing `vy_page_delete()` to `vy_slice_stream_search()`. The error is very unlikely to happen because: - `vy_slice_stream_search()` is called only once during a compaction task execution. - Memory leaks if `vy_page_find_key()` fails to decode a statement. Practically, this can only occur on memory allocation error. In tests it's triggered by an error injection. Closes #11044 NO_DOC=bug fix NO_TEST=caught by existing test now and then NO_CHANGELOG=minor; shouldn't normally happen (cherry picked from commit 36dbd4a25)
69682 of 123540 branches covered (56.4%)
0 of 2 new or added lines in 1 file covered. (0.0%)
40 existing lines in 15 files now uncovered.102662 of 117486 relevant lines covered (87.38%)
2392967.26 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.68 |
0.08% | src/box/vy_run.c |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
85.15 |
-0.99% | src/lib/small/small/slab_arena.c |
| 1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
| 1 |
87.68 |
0.08% | src/box/vy_run.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
84.53 |
-0.72% | src/lib/core/coio.c |
| 2 |
84.62 |
-0.28% | src/lib/core/say.c |
| 2 |
95.05 |
-0.62% | src/box/raft.c |
| 3 |
90.93 |
-0.31% | src/box/vy_scheduler.c |
| 3 |
97.95 |
-0.22% | src/box/memtx_tx.c |
| 3 |
92.93 |
-0.29% | src/lib/core/fiber.c |
| 3 |
91.43 |
0.45% | src/box/box.cc |
| 3 |
94.68 |
-1.6% | src/box/vy_range.c |
| 4 |
95.69 |
-0.43% | src/lib/msgpuck/msgpuck.h |
| 4 |
92.15 |
-0.09% | src/box/vinyl.c |
| 7 |
94.55 |
-1.47% | src/box/vy_read_iterator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12987798270.1 | 518 |
87.38 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|