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

tarantool / tarantool / 18407382538
88%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2025 01:19PM UTC
Jobs 1
Files 513
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

10 Oct 2025 01:04PM UTC coverage: 87.625% (+0.01%) from 87.614%
18407382538

push

github

sergepetrenko
box: export txn savepoint symbols

When txn savepoint machinery was implemented, its functions were marked
with API_EXPORT qualifier and they were added to `extra/exports` list.
However, they were decalred out of `cond public` scope, so they weren't
exported actually - the commit fixes that mistake.

Along the way, the commit covers exported functions controlling
transaction flow with tests.

Closes #11731

@TarantoolBot document

Title: Fix txn savepoint methods in C API
Since: 3.2.3, 3.3.4, 3.4.2, 3.5.1, 3.6.0

Current documentation contains incorrect definitions of savepoint
related functions. The correct ones are:

```c
API_EXPORT box_txn_savepoint_t *
box_txn_savepoint(void);

API_EXPORT int
box_txn_rollback_to_savepoint(box_txn_savepoint_t *savepoint);
```

Also, these functions were not exported by mistake. So we should delete
them from docs of old Tarantool versions or write a note explaining that
these methods were forgotten and one can find them in newer versions.

71313 of 125125 branches covered (56.99%)

104814 of 119616 relevant lines covered (87.63%)

1372663.31 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.72
-0.12% src/box/replication.cc
1
88.01
-0.06% src/box/vy_run.c
1
90.9
-0.1% src/box/vy_scheduler.c
1
60.42
-0.69% src/lib/core/fio.c
1
22.68
-0.02% src/lib/uri/uri_parser.c
2
95.21
0.53% src/box/vy_range.c
3
92.36
-0.09% src/box/vinyl.c
3
97.05
-0.3% src/lib/msgpuck/msgpuck.h
9
88.14
-7.63% src/box/vy_regulator.c
Jobs
ID Job ID Ran Files Coverage
1 18407382538.1 10 Oct 2025 01:19PM UTC 513
87.63
GitHub Action Run
Source Files on build 18407382538
  • Tree
  • List 513
  • Changed 26
  • Source Changed 0
  • Coverage Changed 26
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8a1dad8a on github
  • Prev Build on master (#18406369315)
  • Next Build on master (#18524252054)
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