|
Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
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)
69927 of 123835 branches covered (56.47%)
4 of 4 new or added lines in 1 file covered. (100.0%)
33 existing lines in 14 files now uncovered.102948 of 117691 relevant lines covered (87.47%)
2170738.51 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
90.51 |
-0.63% | src/box/engine.c |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
90.14 |
-0.08% | src/box/vy_log.c |
| 1 |
96.55 |
-1.15% | src/lib/core/histogram.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
91.4 |
0.45% | src/box/box.cc |
| 2 |
87.16 |
-0.13% | src/box/vy_run.c |
| 2 |
84.32 |
-0.1% | src/box/xlog.c |
| 2 |
94.22 |
-0.39% | src/lua/fiber.c |
| 3 |
91.7 |
-0.58% | src/box/gc.c |
| 3 |
92.42 |
-0.09% | src/box/vinyl.c |
| 4 |
97.15 |
-0.2% | src/lib/msgpuck/msgpuck.h |
| 4 |
81.82 |
-12.12% | src/lua/minifio.c |
| 6 |
94.66 |
-1.23% | src/box/vy_read_iterator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 14241601275.1 | 518 |
87.47 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|