Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
test: fix flaky gh_9918_synchro_queue_additional_info_test.lua This patch eliminates flaking in the `gh_9918_synchro_queue_additional_info_test.lua` test. The problem was that the test did not wait for the connection between master and replica to be established, and therefore master node was in the "orphan" state at the time `box.ctl.promote()` was called. Thus, it turned out that the master node became the owner of the limbo, but was still read only. To fix this, this patch simply calls `cg.replica_set:wait_for_fullmesh()` on the previous line before `box.ctl.promote()`. Closes #10463 NO_DOC=test fix NO_CHANGELOG=test fix (cherry picked from commit 37bf64b7d)
68396 of 121721 branches covered (56.19%)
101012 of 115844 relevant lines covered (87.2%)
2474824.67 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.74 |
0.08% | src/box/vy_run.c |
1 |
95.84 |
-0.05% | src/box/iproto.cc |
1 |
87.5 |
-1.59% | src/box/xlog.h |
1 |
85.48 |
-1.61% | src/box/lua/ctl.c |
1 |
89.05 |
-0.08% | src/box/vy_log.c |
1 |
95.4 |
-1.15% | src/histogram.c |
1 |
97.94 |
-1.03% | src/lib/vclock/vclock.c |
1 |
95.05 |
-0.31% | src/box/raft.c |
1 |
94.74 |
-1.75% | src/box/engine.h |
1 |
92.93 |
-0.11% | src/lib/core/fiber.c |
1 |
90.51 |
-0.63% | src/box/engine.c |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
1 |
94.52 |
-0.15% | src/box/vy_tx.c |
2 |
88.69 |
-0.09% | src/box/xrow.c |
2 |
95.4 |
-0.19% | src/box/tuple_compare.cc |
2 |
94.11 |
-0.39% | src/lua/fiber.c |
2 |
84.34 |
-0.1% | src/box/xlog.c |
3 |
97.2 |
-0.23% | src/box/memtx_tx.c |
3 |
90.71 |
-1.64% | src/lib/salad/mhash.h |
3 |
90.77 |
-0.07% | src/box/box.cc |
3 |
92.22 |
0.14% | src/box/vinyl.c |
3 |
94.44 |
-0.98% | src/box/gc.c |
4 |
95.47 |
-0.43% | src/lib/msgpuck/msgpuck.h |
4 |
81.82 |
-12.12% | src/lua/minifio.c |
4 |
93.79 |
-0.78% | src/box/xrow_update_field.c |
15 |
91.82 |
-2.36% | src/box/memtx_space.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 11160553805.1 | 514 |
87.2 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|