|
Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
README BADGES
|
push
github
relay: fix crash during shut down In relay there's a message, which travels between relay and tx threads and which is used to deliver vclock of the relay to tx thread. However, when the message is in tx thread, it may happen, that relay thread dies and tx may try to send message back without checking, whether the thread is alive. Let's check `is_paired` flag, which is set to `false`, when relay thread dies, before sending the cbus message. Closes #9920 NO_DOC=bugfix (cherry picked from commit be6fd7d4d)
68906 of 122175 branches covered (56.4%)
4 of 4 new or added lines in 1 file covered. (100.0%)
37 existing lines in 15 files now uncovered.101571 of 116224 relevant lines covered (87.39%)
1957720.07 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.7 |
-0.03% | src/box/box.cc |
| 1 |
95.78 |
-0.16% | src/box/relay.cc |
| 1 |
93.56 |
-0.16% | src/box/txn_limbo.c |
| 1 |
92.24 |
0.05% | src/box/vinyl.c |
| 1 |
87.43 |
0.21% | src/box/vy_run.c |
| 1 |
80.0 |
-2.5% | src/lib/core/clock.c |
| 1 |
97.15 |
0.0% | src/lib/msgpuck/msgpuck.h |
| 1 |
95.24 |
-1.59% | src/lib/small/include/small/quota.h |
| 1 |
91.45 |
0.0% | src/lib/swim/swim.c |
| 2 |
84.34 |
-0.08% | src/box/xlog.c |
| 2 |
93.87 |
-0.39% | src/box/xrow_update_field.c |
| 2 |
95.45 |
-4.55% | src/lib/json/json.h |
| 3 |
97.39 |
-0.23% | src/box/memtx_tx.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 15 |
91.86 |
-2.35% | src/box/memtx_space.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14241600365.1 | 514 |
87.39 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|