[Tarantool-patches] [PATCH v1 0/2] Add LSAN to ASAN testing

Kirill Yukhin kyukhin at tarantool.org
Thu Apr 2 10:53:20 MSK 2020


Hello,

On 21 ноя 11:25, Alexander V. Tikhonov wrote:
> Added memory leaks detection LSAN to ASAN testing.
> Added files with exceptions:
>  - address sanitizer on compilation:  asan/ignore_asan.txt
>  - memory leak sanitizer on run-time: asan/ignore_lsan.txt
> Blocked 'box/on_shutdown.test.lua' test that breaks the
> testing, all of excepted tests will be enabled during
> issue #4360.
> Added 'engine' and replication' suites into the testing. To
> enable replication suite testing removed all local connection
> timeout setups, where it is not the part of the testing
> scenario. Instead of it the default value will be used, because
> the most of tests used the replication connection timeout is
> equal to 0.5 second, while default value is set at sources file:
>     src/box/lua/load_cfg.lua
> to the value of 30 seconds:
>     replication_connect_timeout = 30
> which is quite enough for all of the tests.
> 
> Close #2058
> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-2058-asan-with-leaks
> Issue: https://github.com/tarantool/tarantool/issues/2058

I've checked your patchset into 1.10, 2.2, 2.3 and master.

--
Regards, Kirill Yukhin


More information about the Tarantool-patches mailing list