|
Ran
|
Jobs
1
|
Files
518
|
Run time
3min
|
Badge
README BADGES
|
push
github
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
| 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 |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13990957772.1 | 518 |
87.46 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|