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

tarantool / tarantool / 13996423058
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-10737
DEFAULT BRANCH: master
Ran 21 Mar 2025 04:42PM UTC
Jobs 1
Files 514
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 04:30PM UTC coverage: 87.387% (+0.009%) from 87.378%
13996423058

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)

68847 of 122097 branches covered (56.39%)

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

23 existing lines in 10 files now uncovered.

101517 of 116169 relevant lines covered (87.39%)

1960939.23 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.28
0.0% src/box/replication.cc
1
87.5
-1.59% src/box/xlog.h
1
89.23
-1.54% src/lib/small/small/lsregion.c
1
97.41
0.0% src/lib/vclock/vclock.c
2
84.35
-0.08% src/box/xlog.c
2
94.64
0.39% src/box/xrow_update_field.c
2
94.11
-0.39% src/lua/fiber.c
4
92.83
-0.3% src/lib/core/fiber.c
4
97.05
-0.41% src/lib/msgpuck/msgpuck.h
5
87.22
-0.28% src/box/vy_run.c
Jobs
ID Job ID Ran Files Coverage
1 13996423058.1 21 Mar 2025 04:42PM UTC 514
87.39
GitHub Action Run
Source Files on build 13996423058
  • Tree
  • List 514
  • Changed 29
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 40e95df4 on github
  • Prev Build on release/3.2 (#13931070088)
  • Next Build on release/3.2 (#13998778927)
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