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

tarantool / tarantool / 19540321773
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gerold103/gh-8095-synchro-promote-part2
DEFAULT BRANCH: master
Ran 20 Nov 2025 03:12PM UTC
Jobs 1
Files 519
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

20 Nov 2025 02:30PM UTC coverage: 87.57% (-0.007%) from 87.577%
19540321773

push

github

sergepetrenko
limbo: make txn_limbo_confirm nop during fencing

Before this patch a synchronous transaction could be confirmed when user
lowered `replication_synchro_quorum` while limbo is in the frozen state.
It could lead to the next situation:
1) server1 loses a quorum of connections and its limbo goes into the
   frozen state.
2) The new elected master rollbacks a non-confirmed synchronous
   transaction.
3) On the old master we lower `replication_synchro_quorum` to 1. Our
   synchronous transaction is confirmed because our node can collect
   sufficient number of acks.
As a result, we have inconsistent state in the replicaset because on the
old master we have a confirmed transaction but on the new master we have
a rolledbacked transaction.

Now, we fix this issue by returning from the `txn_limbo_confirm` when
`txn_limbo_is_frozen` is true. It can help us to make the
`txn_limbo_confirm` - nop and not confirm synchronous transactions.

Needed for tarantool#11574

NO_DOC=bugfix
NO_CHANGELOG=<not released>

(cherry picked from commit 51999396d)

69166 of 116565 branches covered (59.34%)

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

68 existing lines in 14 files now uncovered.

103985 of 118745 relevant lines covered (87.57%)

1372849.78 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
90.5
-0.07% src/box/applier.cc
1
84.35
0.11% src/box/xlog.c
1
87.5
-1.59% src/box/xlog.h
1
86.33
0.36% src/lib/core/coio.c
1
93.31
-0.32% src/lib/swim/swim_io.c
1
97.41
-0.85% src/lib/vclock/vclock.c
2
85.92
-0.27% src/lib/core/say.c
2
94.22
-0.39% src/lua/fiber.c
3
90.9
-0.31% src/box/vy_scheduler.c
4
94.25
-0.78% src/box/xrow_update_field.c
4
97.05
-0.41% src/lib/msgpuck/msgpuck.h
8
60.42
-3.55% src/lib/core/fio.c
17
90.92
-0.46% src/box/box.cc
22
94.31
-0.12% src/box/txn_limbo.c
Jobs
ID Job ID Ran Files Coverage
1 19540321773.1 20 Nov 2025 03:12PM UTC 519
87.57
GitHub Action Run
Source Files on build 19540321773
  • Tree
  • List 519
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • fad42ce0 on github
  • Prev Build on release/3.4 (#19540281272)
  • Next Build on release/3.4 (#19562470442)
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