• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 12987815715
86%
master: 88%

Build:
Build:
LAST BUILD BRANCH: y.trakhinin/cmake_presets
DEFAULT BRANCH: master
Ran 27 Jan 2025 12:09PM UTC
Jobs 1
Files 479
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

27 Jan 2025 11:16AM UTC coverage: 85.981% (+0.02%) from 85.966%
12987815715

push

github

locker
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

New Missed Lines in Diff

Lines Coverage ∆ File
2
86.7
-0.32% src/box/vy_run.c

Uncovered Existing Lines

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
Jobs
ID Job ID Ran Files Coverage
1 12987815715.1 27 Jan 2025 12:09PM UTC 479
85.98
GitHub Action Run
Source Files on build 12987815715
  • Tree
  • List 479
  • Changed 393
  • Source Changed 0
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 98c4f01e on github
  • Prev Build on release/2.11 (#12886940939)
  • Next Build on release/2.11 (#13052864879)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc