|
Ran
|
Jobs
1
|
Files
514
|
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)
68646 of 121890 branches covered (56.32%)
0 of 2 new or added lines in 1 file covered. (0.0%)
43 existing lines in 15 files now uncovered.101293 of 116024 relevant lines covered (87.3%)
2160048.67 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
87.48 |
-0.26% | src/box/vy_run.c |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
60.42 |
-0.69% | src/lib/core/fio.c |
| 1 |
95.89 |
-0.05% | src/box/iproto.cc |
| 1 |
92.45 |
-0.47% | src/box/recovery.cc |
| 1 |
97.39 |
-0.02% | src/lib/vclock/vclock.c |
| 1 |
94.24 |
-0.72% | src/box/vy_point_lookup.c |
| 1 |
74.55 |
-0.25% | src/main.cc |
| 1 |
79.14 |
-0.53% | src/box/tuple_bloom.c |
| 1 |
22.62 |
-0.02% | src/lib/uri/uri_parser.c |
| 1 |
95.74 |
-0.53% | src/box/vy_range.c |
| 2 |
86.68 |
-0.42% | src/box/vy_stmt.c |
| 3 |
87.48 |
-0.26% | src/box/vy_run.c |
| 3 |
91.98 |
-0.05% | src/box/vinyl.c |
| 4 |
92.84 |
-0.38% | src/lib/core/fiber.c |
| 7 |
93.84 |
-1.39% | src/box/xrow_update_field.c |
| 15 |
91.86 |
-2.35% | src/box/memtx_space.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12987808521.1 | 514 |
87.3 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|