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

tarantool / tarantool / 13986744788
88%

Build:
DEFAULT BRANCH: master
Ran 21 Mar 2025 07:41AM UTC
Jobs 1
Files 518
Run time 1min
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 07:27AM UTC coverage: 87.481% (+0.005%) from 87.476%
13986744788

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

70102 of 123637 branches covered (56.7%)

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

34 existing lines in 13 files now uncovered.

103198 of 117966 relevant lines covered (87.48%)

2871429.18 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.12
-0.18% src/box/relay.cc
1
93.53
-0.14% src/box/txn_limbo.c
1
84.35
0.08% src/box/xlog.c
1
96.3
-3.7% src/cpu_feature.c
1
85.15
-0.99% src/lib/small/small/slab_arena.c
2
92.92
-0.01% src/lib/core/fiber.c
2
95.4
-2.3% src/lib/core/histogram.c
2
85.71
-9.52% src/lib/core/tt_sigaction.c
2
96.95
-0.2% src/lib/msgpuck/msgpuck.h
5
92.35
-0.18% src/box/vinyl.c
5
87.31
-0.32% src/box/vy_run.c
5
94.2
-0.59% src/box/xrow_update_field.c
6
95.2
-1.25% src/box/vy_read_iterator.c
Jobs
ID Job ID Ran Files Coverage
1 13986744788.1 21 Mar 2025 07:41AM UTC 518
87.48
GitHub Action Run
Source Files on build 13986744788
  • Tree
  • List 518
  • Changed 33
  • Source Changed 0
  • Coverage Changed 33
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • def44568 on github
  • Prev Build on master (#13926274338)
  • Next Build on master (#13989083684)
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