Ran
|
Jobs
1
|
Files
518
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
cmake: shuffle testcases in luatest's tests luatest has an option `--shuffle` that allows to reorder testcases before execution. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state. Patch enables tests shuffling with the predefined random seed generated by CMake [1]. Seed is useful for reproducing a problems related to the specific test order. The patch enables shuffle mode only in `app-luatest`, `metrics-luatest`, `config-luatest` and `vinyl-luatest`. In other test suites tests failed with enabled shuffle mode. For these suites mode will be enabled later. Follows up commit 9e3e9eedc025 ("cmake: support luatest tests by CTest") 1. https://cmake.org/cmake/help/latest/command/string.html#random NO_CHANGELOG=testing NO_DOC=testing NO_TEST=testing (cherry picked from commit 8af038b00)
69685 of 123524 branches covered (56.41%)
102630 of 117464 relevant lines covered (87.37%)
3179407.33 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
87.5 |
-1.59% | src/box/xlog.h |
1 |
84.31 |
0.07% | src/box/xlog.c |
1 |
90.38 |
-1.92% | src/lib/core/trigger.cc |
1 |
96.15 |
-0.05% | src/lib/salad/bps_tree.h |
1 |
92.29 |
0.19% | src/box/vinyl.c |
2 |
84.53 |
-0.72% | src/lib/core/coio.c |
2 |
84.62 |
-0.33% | src/lib/core/say.c |
2 |
90.94 |
-0.19% | src/box/memtx_engine.cc |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
95.69 |
-0.32% | src/lib/msgpuck/msgpuck.h |
4 |
94.15 |
-2.13% | src/box/vy_range.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12480240239.1 | 518 |
87.37 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|