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

tarantool / tarantool / 19961041108
88%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2025 11:52AM UTC
Jobs 1
Files 520
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

05 Dec 2025 11:07AM UTC coverage: 87.654% (-0.02%) from 87.669%
19961041108

push

github

sergepetrenko
box: fix _func id overflow

Each time one used the `box.schema.func.create`, the primary key of
the resulted function increased because of the
`_func:auto_increment`. Now the new key is chosen by the
`generate_func_id` in Lua and `OP_GenFuncid` SQL opcode, both implemented
using the new `box_generate_func_id` function that shares logic with
`box_generate_space_id`. Hence we are scanning the entire range of
possible ids `[0, BOX_FUNCTION_MAX)` before we are returning an
error.

Fixes #11849
Fixes #11851
NO_DOC=bugfix

70309 of 118240 branches covered (59.46%)

33 of 34 new or added lines in 5 files covered. (97.06%)

181 existing lines in 22 files now uncovered.

105611 of 120486 relevant lines covered (87.65%)

1397183.57 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
91.69
0.0% src/box/sql/vdbe.c

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
90.14
-0.08% src/box/vy_log.c
1
95.74
-0.53% src/box/vy_range.c
1
85.79
-0.08% src/box/xlog.c
1
96.55
-1.15% src/lib/core/histogram.c
1
90.38
-1.92% src/lib/core/trigger.cc
1
96.3
-3.7% src/lib/digest/crc32_hw_impl.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
97.41
-0.86% src/lib/vclock/vclock.c
2
93.77
-0.29% src/box/memtx_space.c
2
92.48
-0.04% src/box/vinyl.c
2
82.22
-4.44% src/lib/core/latch.h
2
85.71
-9.52% src/lib/core/tt_sigaction.c
2
97.26
-0.1% src/lib/msgpuck/msgpuck.h
3
90.5
-0.22% src/box/applier.cc
3
90.55
-0.25% src/box/memtx_engine.cc
4
93.05
-0.79% src/box/xrow_update_field.c
8
92.7
0.0% src/box/lua/misc.cc
25
91.15
-0.42% src/box/box.cc
55
91.69
0.0% src/box/sql/vdbe.c
63
93.34
0.0% src/box/sql/build.c
Jobs
ID Job ID Ran Files Coverage
1 19961041108.1 05 Dec 2025 11:52AM UTC 520
87.65
GitHub Action Run
Source Files on build 19961041108
  • Tree
  • List 520
  • Changed 32
  • Source Changed 0
  • Coverage Changed 32
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 95d35505 on github
  • Prev Build on master (#19960938468)
  • Next Build on master (#19968304163)
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

© 2025 Coveralls, Inc