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

tarantool / tarantool / 12987798270
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 27 Jan 2025 11:31AM UTC
Jobs 1
Files 518
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:15AM UTC coverage: 87.382%. Remained the same
12987798270

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)

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

New Missed Lines in Diff

Lines Coverage ∆ File
2
87.68
0.08% src/box/vy_run.c

Uncovered Existing Lines

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
Jobs
ID Job ID Ran Files Coverage
1 12987798270.1 27 Jan 2025 11:31AM UTC 518
87.38
GitHub Action Run
Source Files on build 12987798270
  • Tree
  • List 518
  • Changed 447
  • Source Changed 0
  • Coverage Changed 31
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 953ef7b1 on github
  • Prev Build on release/3.3 (#12951608769)
  • Next Build on release/3.3 (#13014465583)
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