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

tarantool / tarantool / 24881310623
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fmt-util-2
DEFAULT BRANCH: master
Ran 24 Apr 2026 09:15AM UTC
Jobs 1
Files 520
Run time 2min
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

24 Apr 2026 09:00AM UTC coverage: 87.573% (-0.02%) from 87.595%
24881310623

push

github

sergepetrenko
txn: forbid waiting for acks on fully local transactions

We recommend making all spaces synchronous (including the system ones)
whenever the user has at least one of them. However, once `_truncate`
becomes synchronous, it is impossible to truncate any local space,
either on the master or on a replica. It fails with the error: `An
attempt to commit a fully local transaction synchronously`.

The `_truncate` space itself is unusual: it marks rows related to local
spaces as GROUP_LOCAL (they are not replicated), while all other rows
remain GROUP_GLOBAL. As a result, when we truncate a local space all rows
in the transaction are local, so the error is thrown.

We should not mark such transactions as synchronous. Instead, it should
follow the asynchronous transaction path: add them to limbo iff it's not
empty. Let's filter such case.

The commit also fixes the incorrect comment below, which says that we
don't check for fully local transaction, when we clearly do.

Closes #12585

NO_DOC=bugfix

Co-authored-by: Serge Petrenko <sergepetrenko@tarantool.org>
(cherry picked from commit 6adf3f407)

68820 of 116401 branches covered (59.12%)

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

48 existing lines in 12 files now uncovered.

103574 of 118272 relevant lines covered (87.57%)

1629942.61 hits per line

Coverage Regressions

Lines Coverage ∆ File
19
90.63
-0.6% src/box/box.cc
6
94.66
-1.23% src/box/vy_read_iterator.c
6
93.87
-0.74% src/box/xrow_update_field.c
3
92.43
-0.09% src/box/vinyl.c
2
95.84
-0.11% src/box/iproto.cc
2
90.1
-0.19% src/box/memtx_engine.cc
2
94.22
-0.3% src/box/memtx_space.c
2
87.23
-0.07% src/box/vy_run.c
2
86.33
-0.35% src/box/vy_stmt.c
2
92.94
-0.19% src/lib/core/fiber.c
1
96.31
-0.18% src/box/relay.cc
1
84.37
0.0% src/box/xlog.c
Jobs
ID Job ID Ran Files Coverage
1 24881310623.1 24 Apr 2026 09:15AM UTC 520
87.57
GitHub Action Run
Source Files on build 24881310623
  • Tree
  • List 520
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • eb5a5546 on github
  • Prev Build on release/3.3 (#24842528020)
  • Next Build on release/3.3 (#24934605010)
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