|
Ran
|
Jobs
1
|
Files
514
|
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)
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
| 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 |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13996423058.1 | 514 |
87.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|