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

tarantool / tarantool / 19960938468
88%

Build:
DEFAULT BRANCH: master
Ran 05 Dec 2025 11:21AM UTC
Jobs 1
Files 520
Run time 3min
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.669% (+0.01%) from 87.655%
19960938468

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

70290 of 118240 branches covered (59.45%)

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

76 existing lines in 15 files now uncovered.

105628 of 120485 relevant lines covered (87.67%)

1398298.89 hits per line

New Missed Lines in Diff

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

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.3
0.0% src/box/relay.cc
1
95.83
-0.12% src/box/replication.cc
1
89.47
-1.75% src/box/xlog.h
1
97.36
0.3% src/lib/msgpuck/msgpuck.h
1
22.64
-0.02% src/lib/uri/uri_parser.c
2
87.75
-0.07% src/box/alter.cc
2
85.87
-0.08% src/box/xlog.c
2
93.84
0.05% src/box/xrow_update_field.c
2
86.22
-0.31% src/lib/core/say.c
2
91.56
-0.22% src/lib/swim/swim.c
3
97.51
-0.2% src/box/memtx_tx.c
3
92.52
-0.09% src/box/vinyl.c
3
90.9
-0.31% src/box/vy_scheduler.c
9
91.57
-0.02% src/box/box.cc
43
88.38
0.0% src/lua/init.c
Jobs
ID Job ID Ran Files Coverage
1 19960938468.1 05 Dec 2025 11:21AM UTC 520
87.67
GitHub Action Run
Source Files on build 19960938468
  • Tree
  • List 520
  • Changed 33
  • Source Changed 0
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 95d35505 on github
  • Prev Build on master (#19960868214)
  • Next Build on master (#19961041108)
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