|
Ran
|
Jobs
1
|
Files
515
|
Run time
1min
|
Badge
README BADGES
|
push
github
box: wait for rw state in promote Previously, `box.ctl.promote()` returned immediately after the instance became the Raft leader. However, the instance could still be read-only if it had not yet claimed the synchronous transaction queue. This behavior forced users to manually wait for writability after promotion to avoid errors. This patch ensures `box.ctl.promote()` waits until the instance is no longer read-only before returning. Closes #10040 NO_DOC=bugfix (cherry picked from commit 83e127968)
67672 of 114710 branches covered (58.99%)
4 of 4 new or added lines in 1 file covered. (100.0%)
10 existing lines in 7 files now uncovered.102007 of 116634 relevant lines covered (87.46%)
1822239.39 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
91.18 |
-0.02% | src/box/box.cc |
| 1 |
92.3 |
0.0% | src/box/vinyl.c |
| 1 |
95.21 |
0.0% | src/box/vy_range.c |
| 1 |
84.34 |
-0.01% | src/box/xlog.c |
| 1 |
93.12 |
0.09% | src/lib/core/fiber.c |
| 1 |
97.76 |
0.51% | src/lib/msgpuck/msgpuck.h |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 20974963419.1 | 515 |
87.46 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|