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

tarantool / tarantool / 6824581063
88%

Build:
DEFAULT BRANCH: master
Ran 10 Nov 2023 12:20PM UTC
Jobs 1
Files 507
Run time 56s
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

10 Nov 2023 12:07PM UTC coverage: 86.43% (-0.01%) from 86.44%
6824581063

push

github

locker
box: decrement BOX_SPACE_MAX

Currently, BOX_SPACE_MAX equals BOX_ID_NIL, which is used as an error
indicator in the box C API. As a result, if box_space_id_by_name()
returns BOX_ID_NIL, it's impossible to figure out whether there's no
space with the give name or the space exists and has the id equal to
BOX_SPACE_MAX.

Let's decrement BOX_SPACE_MAX to fix this issue. Since this may break
recovery, let's also introduce the new compatibility module option
`box_space_max` to allow the user revert to the old behavior.

Closes #9118

@TarantoolBot document
Title: Document `compat.box_space_max`

Please create an entry for the new compatibility module option at
https://tarantool.io/compat/box_space_max.

`compat.box_space_max` sets the max space id (`box.schema.SPACE_MAX`).
The old limit is 2147483647. The new limit is 2147483646. The limit was
decremented because the old value is used as an error indicator in the
box C API (it equals `BOX_ID_NIL`).

65793 of 118316 branches covered (0.0%)

1 of 1 new or added line in 1 file covered. (100.0%)

67 existing lines in 22 files now uncovered.

97861 of 113226 relevant lines covered (86.43%)

2672251.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6824581063.1 10 Nov 2023 12:20PM UTC 0
86.43
GitHub Action Run
Source Files on build 6824581063
Detailed source file information is not available for this build.
  • Back to Repo
  • e5291038 on github
  • Prev Build on master (#6822011675)
  • Next Build on master (#6827452343)
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