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

tarantool / tarantool / 6073106067
88%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2023 12:13PM UTC
Jobs 1
Files 496
Run time 20s
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

04 Sep 2023 12:01PM UTC coverage: 86.351% (+0.03%) from 86.325%
6073106067

push

github

kyukhin
box: fully temporary spaces

Introduce fully temporary spaces: same as data-temporary space but with
temporary metadata. Basically temporary spaces now do not exist on
restart and do not exist on replicas. They can also be created, altered
and deleted when box.cfg.read_only = true.

To avoid conflicts with spaces created on replicas, the temporary
space ids by default start in a special range starting at
BOX_SPACE_ID_TEMPORARY_MIN.

Temporary spaces currently do not support several features e.g.
foreign key references (to and from), functional indexes, sql sequences,
sql triggers, etc. This may change in the future.

Implementing temporary spaces requires temporary tuples to be
inserted into system spaces: tuples which are neither replicated or
persisted. This mostly done in on_replace_dd_* triggers by dropping the
txn->stmt->row.

Closes #8323

@TarantoolBot document
Title: Introduce fully temporary spaces with temporary metadata

Temporary spaces are now data-temporary spaces with temporary metadata.
Created by specifying { type = "temporary" } in the options.
Temporary spaces will not exist upon server restart and will not
exist on replicas. They can also be created in read-only mode.

64230 of 115931 branches covered (0.0%)

148 of 148 new or added lines in 12 files covered. (100.0%)

96041 of 111222 relevant lines covered (86.35%)

2641776.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6073106067.1 04 Sep 2023 12:13PM UTC 0
86.35
GitHub Action Run
Source Files on build 6073106067
Detailed source file information is not available for this build.
  • Back to Repo
  • 70e423e9 on github
  • Prev Build on master (#6071966284)
  • Next Build on master (#6073741160)
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