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

tarantool / tarantool / 13990957772
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 21 Mar 2025 11:56AM UTC
Jobs 1
Files 518
Run time 3min
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

21 Mar 2025 11:41AM UTC coverage: 87.462% (+0.006%) from 87.456%
13990957772

push

github

sergepetrenko
box: handle cancelling fiber waiting in WAL queue

Currently if fiber waiting in WAL queue is cancelled it will go on
writing request to WAL breaking queue order. So WAL is corrupted so that
even next Tarantool restart may fail. Unfortunately we cancel fibers on
Tarantool shutdown so the issue may arise just buy terminating Tarantool
instance.

Let's instead fail the cancelled request and all the newer request in
the queue.

Work around is to disable WAL queue by `box.cfg{wal_queue_max_size = 0}`
so that only one write request can be in the queue.

Closes #11078

NO_DOC=bugfix

(cherry picked from commit def445684)

69876 of 123751 branches covered (56.46%)

42 of 42 new or added lines in 3 files covered. (100.0%)

28 existing lines in 14 files now uncovered.

102902 of 117653 relevant lines covered (87.46%)

2168546.93 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
86.49
-1.35% src/box/lua/ctl.c
1
96.3
-3.7% src/cpu_feature.c
1
92.84
-0.1% src/lib/core/fiber.c
1
97.36
0.2% src/lib/msgpuck/msgpuck.h
1
97.41
-0.86% src/lib/vclock/vclock.c
2
89.24
0.0% src/box/xrow.c
2
96.15
-3.85% src/lib/core/iostream.h
2
82.22
-4.44% src/lib/core/latch.h
2
85.03
-0.27% src/lib/core/say.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
90.7
-0.22% src/box/applier.cc
3
90.75
-0.06% src/box/box.cc
3
93.66
-0.42% src/box/txn_limbo.c
4
93.09
-2.13% src/box/vy_range.c
Jobs
ID Job ID Ran Files Coverage
1 13990957772.1 21 Mar 2025 11:56AM UTC 518
87.46
GitHub Action Run
Source Files on build 13990957772
  • Tree
  • List 518
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 30140eb8 on github
  • Prev Build on release/3.3 (#13931066151)
  • Next Build on release/3.3 (#13998777359)
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