|
Ran
|
Jobs
1
|
Files
476
|
Run time
12s
|
Badge
README BADGES
|
push
github
test: fix flakiness in gh_6128_background_mode_test Previous attempt to fix flakiness in commit 6a2c73f81b30 ("test: fix flakiness in gh_6128_background_mode_test") used a constant buffer size in check_err_msg function. Tarantool 2.10 has a bit bigger log before a desired message that other versions of Tarantool and it leads to a this resulted in a truncated message ("entering the even" instead of "entering the event loop"). Patch replaces check_err_msg() implementation to grep_log used in luatest, it reads the whole log. Also patch renames check_err_msg to check_msg, because "entering the event loop" is not an error message. Follows up #6128 NO_CHANGELOG=fix test NO_DOC=fix test (cherry picked from commit 1c8e71247)
62204 of 114050 branches covered (54.54%)
93193 of 108593 relevant lines covered (85.82%)
2851207.37 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 5453427780.1 | 0 |
85.82 |
GitHub Action Run |