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

tarantool / tarantool / 20024189778 / 1
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: backport/release/3.7/12811
DEFAULT BRANCH: master
Ran 08 Dec 2025 10:34AM UTC
Files 513
Run time 34s
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

08 Dec 2025 10:04AM UTC coverage: 87.636% (+0.02%) from 87.62%
20024189778.1

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

(cherry picked from commit 95d35505f)

69851 of 117658 branches covered (59.37%)

104833 of 119623 relevant lines covered (87.64%)

1399929.06 hits per line

Source Files on job 20024189778.1
  • Tree
  • List 513
  • Changed 38
  • Source Changed 0
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 20024189778
  • c2c91fca on github
  • Prev Job for on release/3.5 (#19889664250.1)
  • Next Job for on release/3.5 (#20058743085.1)
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