Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
test/fuzz: disable error injections on teardown `test_engine.lua` actively uses error injections. Sometimes error injections remain enabled and triggered on test teardown. This leads to false positive test fails like below: NO_WRAP 2024-09-10 12:38:42.317 [1305] main/3502/WRK #3387/..test.fuzz.lua.test_engine I> Worker #3387 has finished. 2024-09-10 12:38:47.167 [1305] main/104/test_engine.lua/..test.fuzz.lua.test_engine I> TEARDOWN 2024-09-10 12:38:47.171 [1305] main/104/test_engine.lua wal.c:1327 E> ER_WAL_IO: Failed to write to disk 2024-09-10 12:38:47.174 [1305] main test_engine.lua:564 E> ER_WAL_IO: Failed to write to disk 2024-09-10 12:38:47.174 [1305] main F> fatal error, exiting the event loop NO_WRAP The patch disables error injection at the beginning of teardown. NO_CHANGELOG=testing NO_DOC=testing (cherry picked from commit be709c63b)
68380 of 121601 branches covered (56.23%)
101041 of 115829 relevant lines covered (87.23%)
2460282.91 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
93.56 |
0.0% | src/box/txn_limbo.c |
1 |
95.05 |
-0.31% | src/box/raft.c |
1 |
90.77 |
0.15% | src/box/applier.cc |
1 |
80.0 |
-2.5% | src/lib/core/clock.c |
2 |
95.69 |
-0.22% | src/lib/msgpuck/msgpuck.h |
2 |
92.94 |
-0.07% | src/lib/core/fiber.c |
2 |
94.11 |
-0.39% | src/lua/fiber.c |
3 |
92.12 |
-0.09% | src/box/vinyl.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10828514339.1 | 514 |
87.23 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|