|
Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
Badge
README BADGES
|
push
github
test: drop box/alter-primary-index-tuple-leak-long.test.lua The test takes too long, especially on ASAN-enabled builds. Here's what test-run reports for this test on debug-asan-clang workflow (duration is in seconds): * 367.76 box/alter-primary-index-tuple-leak-long.test.lua The test takes that long because it tries to run out of memory while checking that there's no memory leaks. Note that it has no assertions. The test was added a long time ago, when we had a lot of suppressions that prevented ASAN from reporting memory leaks. By today, most of the suppressions have been removed so we shouldn't need tests like this anymore. I tried to reintroduce the leak checked by this test by removing the code unreferencing stmt->old_tuple from memtx_build_on_replace. Turned out that the test passes unless ASAN is enabled. At the same time, at least two other tests fail as well because ASAN reports leaks: * box/gh-5958-rolled-back-replace-background-built-index.test.lua * engine-luatest/gh_4973_concurrent_alter_fails_test.lua In other words, the test is totally useless now so let's drop it. NO_DOC=test fix NO_CHANGELOG=test fix (cherry picked from commit 6c5c34163)
70167 of 124029 branches covered (56.57%)
103197 of 117904 relevant lines covered (87.53%)
1978389.61 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
97.46 |
0.2% | src/lib/msgpuck/msgpuck.h |
| 2 |
85.61 |
-0.72% | src/lib/core/coio.c |
| 2 |
91.56 |
-0.22% | src/lib/swim/swim.c |
| 2 |
94.22 |
-0.39% | src/lua/fiber.c |
| 3 |
94.15 |
-1.6% | src/box/vy_range.c |
| 3 |
92.93 |
-0.3% | src/lib/core/fiber.c |
| 4 |
94.25 |
-0.78% | src/box/xrow_update_field.c |
| 4 |
93.31 |
-1.27% | src/lib/swim/swim_io.c |
| 8 |
60.42 |
-3.55% | src/lib/core/fio.c |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 16021780392.1 | 518 |
87.53 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
|---|