|
Ran
|
Jobs
1
|
Files
479
|
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)
63236 of 114507 branches covered (55.22%)
0 of 2 new or added lines in 1 file covered. (0.0%)
19 existing lines in 9 files now uncovered.94122 of 109468 relevant lines covered (85.98%)
2331187.38 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
86.7 |
-0.32% | src/box/vy_run.c |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
95.24 |
-1.59% | src/lib/small/include/small/quota.h |
| 1 |
92.35 |
0.0% | src/box/txn_limbo.c |
| 1 |
90.16 |
-0.08% | src/box/applier.cc |
| 1 |
87.3 |
0.6% | src/box/box.cc |
| 1 |
91.87 |
0.0% | src/box/vinyl.c |
| 1 |
96.0 |
-4.0% | src/lib/core/trigger.h |
| 2 |
93.53 |
-0.72% | src/box/vy_point_lookup.c |
| 5 |
93.71 |
-0.83% | src/box/replication.cc |
| 6 |
86.7 |
-0.32% | src/box/vy_run.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 12987815715.1 | 479 |
85.98 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|