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

tarantool / tarantool / 28530874247
88%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2026 04:19PM UTC
Jobs 1
Files 525
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

01 Jul 2026 04:02PM UTC coverage: 87.711% (+0.004%) from 87.707%
28530874247

push

github

locker
box: use fake txn_stmt in space_before_replace

The test box-luatest/gh_8027_txn_handle_abort_in_trigger_test.lua fails
with an assertion failure:

```
./src/box/tuple.h:1508: tuple_unref: Assertion `tuple->local_refs >= 1' failed.
```

This happens because a before_replace trigger callback yields with
disabled memtx MVCC, which causes the transaction manager to rollback
the current statement in txn_on_yield screwing our assumptions about
stmt->new_tuple reference counting in space_before_replace.

We could take another reference to stmt->new_tuple to avoid that,
but modifying txn_current_stmt before it's initialized, as we do in
space_before_replace, looks unsafe so instead let's allocate a fake
statement on stack so as not to mess with the transaction manager
internals.

Closes #12779

NO_DOC=bug fix
NO_TEST=caught by existing tests

70857 of 119050 branches covered (59.52%)

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

465 existing lines in 20 files now uncovered.

106408 of 121316 relevant lines covered (87.71%)

1362323.19 hits per line

Coverage Regressions

Lines Coverage ∆ File
250
87.76
-0.07% src/box/alter.cc
124
92.64
0.13% src/box/vinyl.c
35
91.62
0.13% src/box/space.c
19
89.33
0.05% src/box/schema.cc
8
94.04
-0.02% src/box/memtx_space.c
8
60.42
-5.56% src/lib/core/fio.c
4
81.82
-12.12% src/lua/minifio.c
2
96.2
-0.09% src/box/iproto.cc
2
85.71
-0.17% src/box/xlog.c
2
96.3
-3.7% src/lib/core/backtrace.c
2
80.95
-9.52% src/lib/core/tt_sigaction.c
1
88.96
-0.61% src/box/engine.c
1
96.88
-1.56% src/box/engine.h
1
92.34
-0.36% src/box/lua/misc.cc
1
95.18
-0.1% src/box/replication.cc
1
90.35
-0.08% src/box/vy_log.c
1
87.93
-1.54% src/box/xlog.h
1
94.15
0.19% src/lib/core/fiber.c
1
96.1
-0.05% src/lib/salad/bps_tree.h
1
22.7
-0.02% src/lib/uri/uri_parser.c
Jobs
ID Job ID Ran Files Coverage
1 28530874247.1 01 Jul 2026 04:19PM UTC 525
87.71
GitHub Action Run
Source Files on build 28530874247
  • Tree
  • List 525
  • Changed 34
  • Source Changed 0
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 2d494606 on github
  • Prev Build on master (#28510487066)
  • Next Build on master (#28548041489)
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