|
Ran
|
Jobs
1
|
Files
518
|
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)
69705 of 123586 branches covered (56.4%)
102680 of 117533 relevant lines covered (87.36%)
2403905.01 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
89.05 |
-0.08% | src/box/vy_log.c |
| 1 |
90.51 |
-0.63% | src/box/engine.c |
| 1 |
84.24 |
-0.02% | src/box/xlog.c |
| 1 |
95.78 |
-0.12% | src/box/replication.cc |
| 1 |
95.36 |
-0.31% | src/box/raft.c |
| 1 |
94.74 |
-1.75% | src/box/engine.h |
| 1 |
74.81 |
-0.25% | src/main.cc |
| 1 |
93.05 |
0.01% | src/lib/core/fiber.c |
| 1 |
95.4 |
-1.15% | src/lib/core/histogram.c |
| 1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
| 2 |
95.84 |
-0.11% | src/box/iproto.cc |
| 2 |
95.69 |
-0.22% | src/lib/msgpuck/msgpuck.h |
| 2 |
95.4 |
-0.19% | src/box/tuple_compare.cc |
| 2 |
90.65 |
-0.19% | src/box/memtx_engine.cc |
| 3 |
87.34 |
-0.07% | src/box/vy_run.c |
| 3 |
92.24 |
0.0% | src/box/vinyl.c |
| 4 |
93.84 |
-0.78% | src/box/xrow_update_field.c |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| 16 |
90.81 |
-0.51% | src/box/box.cc |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13194433510.1 | 518 |
87.36 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|