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

tarantool / tarantool / 6651094082
88%

Build:
DEFAULT BRANCH: master
Ran 26 Oct 2023 08:02AM UTC
Jobs 1
Files 499
Run time 42s
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

26 Oct 2023 07:54AM UTC coverage: 86.296% (-0.009%) from 86.305%
6651094082

push

github

locker
box: disallow granting execute privilege on space

Closes #9277

@TarantoolBot document
Title: Document `box_space_execute_priv` compatibility option

Historically, it was possible to grant the `execte` privilege on
a space although this action had no effect. Since Tarantool 3.0
it isn't allowed anymore. The new `compat` module option
`box_space_execute_priv` was added to revert to the old behavior.

Please create a documentation page for the new compatibility option at
https://tarantool.io/compat/box_space_execute_priv

Example:

```
tarantool> box.cfg{log_level = 'error'}
---
...

tarantool> box.schema.user.create('alice')
---
...

tarantool> box.schema.user.grant('alice', 'execute', 'space')
---
- error: Unsupported space privilege 'execute'
...

tarantool> require('compat').box_space_execute_priv = 'old'
---
...

tarantool> box.schema.user.grant('alice', 'execute', 'space')
---
...
```

65007 of 117082 branches covered (0.0%)

96802 of 112175 relevant lines covered (86.3%)

2666484.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6651094082.1 26 Oct 2023 08:02AM UTC 0
86.3
GitHub Action Run
Source Files on build 6651094082
Detailed source file information is not available for this build.
  • Back to Repo
  • 21063b4a on github
  • Prev Build on master (#6625446667)
  • Next Build on master (#6651484020)
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