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

tarantool / tarantool / 6219430779
88%

Build:
DEFAULT BRANCH: master
Ran 18 Sep 2023 07:32AM UTC
Jobs 1
Files 496
Run time 10s
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

18 Sep 2023 07:23AM UTC coverage: 86.421% (+0.01%) from 86.408%
6219430779

push

github

locker
box: make box.schema DDL functions transactional

Wraps multistatement DDL functions into begin/commit block if no
transaction is active.

The functions are:
- `box.schema.space.drop`
- `box.schema.index.create`
- `box.schema.index.drop`
- `box.schema.index.alter`
- `box.schema.sequence.drop`
- `box.schema.func.drop`
- `box.schema.user.create`
- `box.schema.user.drop`
- `box.schema.role.drop`

Added tests for atomicity of each transactioned function except
the `box.schema.role.drop`, which is implicitly tested with the
`box.schema.user.drop` test, and the `box.schema.index.drop`,
which is impossible to test in this flavor without using error
injection.

Updated the tests modified in tarantool/tarantool#8947, because
the space drop is atomic now.

Closes #4348

NO_DOC=bugfix

64431 of 116180 branches covered (0.0%)

96280 of 111408 relevant lines covered (86.42%)

2651163.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6219430779.1 18 Sep 2023 07:32AM UTC 0
86.42
GitHub Action Run
Source Files on build 6219430779
Detailed source file information is not available for this build.
  • Back to Repo
  • 19817810 on github
  • Prev Build on master (#6198632632)
  • Next Build on master (#6221178655)
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