|
Ran
|
Jobs
1
|
Files
519
|
Run time
2min
|
Badge
README BADGES
|
push
github
test: fix gh_10506_spam_in_netbox_logs_test flaky Before this patch the test `gh_10506_spam_in_netbox_logs_test` flaks when we try to check that `Connection refused` error differs after storage's restart and storage's shutdown (line 159 in updated test). The reason of the flakiness is that net.box state machine may have "error_reconnect" state right after a successful connection to a remote node that was previously inactive at this address (uri). As a result, due to the fact that net.box connection couldn't connect to storage, the `Connection refused` error remains the same. Now we fix the flakiness by manually waiting until the state of net.box connection is "active". Closes tarantool#12068 NO_CHANGELOG=flaky NO_TEST=flaky NO_DOC=flaky (cherry picked from commit 66b7336d2)
68770 of 116365 branches covered (59.1%)
103475 of 118186 relevant lines covered (87.55%)
1596645.83 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
87.84 |
-1.35% | src/box/lua/ctl.c |
| 1 |
80.0 |
-2.5% | src/lib/core/clock.c |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
85.61 |
-0.72% | src/lib/core/coio.c |
| 3 |
97.98 |
-0.21% | src/box/memtx_tx.c |
| 4 |
92.29 |
-0.18% | src/box/vinyl.c |
| 5 |
90.6 |
-0.16% | src/box/box.cc |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| 9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 19889661558.1 | 519 |
87.55 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|