|
Ran
|
Jobs
1
|
Files
479
|
Run time
2min
|
Badge
README BADGES
|
push
github
test: stabilize box-luatest/gh_8192_feedback_daemon_metrics test The test failed sometimes in the following places: NO_WRAP ``` not ok 1 Feedback daemon metrics.test_metrics # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:69: Assertion failed: 89 < 60 # stack traceback: # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:69: in function <...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:43> # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:43: in function 'Feedback daemon metrics.test_metrics' not ok 3 Feedback daemon metrics.test_metrics_no_collect # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:101: expected: nil, actual: {{1, 2}} # stack traceback: # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:101: in function <...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:92> # ...est/box-luatest/gh_8192_feedback_daemon_metrics_test.lua:92: in function 'Feedback daemon metrics.test_metrics_no_collect' ``` NO_WRAP The first case asserts that with a 0.01 second interval not more than 60 metrics will be collected. Although under high load on the runner, the number may go even higher than 400, meaning we've slept not less than 4 seconds. So let's account elapsed time in the check. The second case simply didn't clean any leftover metrics from previous tests, and might fail if there are any. NO_CHANGELOG=flaky test NO_DOC=flaky test (cherry picked from commit be2616241)
63289 of 114553 branches covered (55.25%)
94168 of 109504 relevant lines covered (86.0%)
2158920.7 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
96.12 |
-0.19% | src/box/relay.cc |
| 1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
| 3 |
97.6 |
-0.23% | src/box/memtx_tx.c |
| 3 |
92.01 |
-0.14% | src/box/vinyl.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 4 |
86.77 |
-0.27% | src/box/vy_run.c |
| 16 |
86.62 |
-0.59% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13194418644.1 | 479 |
86.0 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|