|
Ran
|
Jobs
1
|
Files
479
|
Run time
1min
|
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)
63486 of 114802 branches covered (55.3%)
42 of 42 new or added lines in 3 files covered. (100.0%)
305 existing lines in 12 files now uncovered.94413 of 109675 relevant lines covered (86.08%)
1897019.56 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.24 |
0.16% | src/box/applier.cc |
| 1 |
93.24 |
3.05% | src/box/journal.c |
| 1 |
96.55 |
-1.15% | src/histogram.c |
| 1 |
98.23 |
-0.06% | src/lib/salad/bps_tree.h |
| 1 |
91.45 |
0.0% | src/lib/swim/swim.c |
| 2 |
94.81 |
-0.55% | src/box/tuple.c |
| 2 |
97.96 |
0.0% | src/box/txn.h |
| 2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
| 7 |
92.14 |
-0.28% | src/box/vinyl.c |
| 16 |
92.78 |
0.23% | src/box/txn.c |
| 50 |
89.49 |
-0.17% | src/box/wal.c |
| 221 |
86.62 |
0.0% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14029297105.1 | 479 |
86.08 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|