Ran
|
Jobs
1
|
Files
479
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
serializer: remove duplicate of lua serializer This patch fixes a bug found by the ASAN instrumentation of LuaJIT allocator [1]. The problem is using a Lua serializer object that has been cleaned up by GC. The crash occurs when executing `tarantool> \set output lua`. Failing tests: - ./test/app-luatest/gh_7031_configure_eos_in_lua_console_test.lua - ./test/app-tap/console.test.lua - ./test/box/push.test.lua - ./app-tap/console_lua.test.lua - ./app-luatest/varbinary_test.lua The `serializer_lua` static member is removed from `src/box/lua/serialize_lua.c` along with `serializer_lua_init`, because it is not used by any function other than `serializer_lua_init`, which is not needed now too. [1]: Issue #10231 Closes #10177 (this issue is a duplicate of #7404) NO_TEST=rely on existing tests NO_CHANGELOG=codehealth NO_DOC=codehealth (cherry picked from commit 830f27bba)
62918 of 114088 branches covered (55.15%)
93760 of 109145 relevant lines covered (85.9%)
2440999.73 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
91.98 |
-0.17% | src/box/txn_limbo.c |
1 |
98.17 |
-0.06% | src/lib/salad/bps_tree.h |
1 |
90.75 |
-0.11% | src/box/memtx_engine.cc |
2 |
92.44 |
0.0% | src/box/vinyl.c |
3 |
94.68 |
-1.6% | src/box/vy_range.c |
3 |
82.58 |
-1.14% | src/lib/core/coio.c |
9 |
88.14 |
-7.63% | src/box/vy_regulator.c |
17 |
86.74 |
-0.57% | src/box/box.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10324078321.1 | 479 |
85.9 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|