From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 087324696C3 for ; Thu, 2 Apr 2020 10:53:20 +0300 (MSK) Date: Thu, 2 Apr 2020 10:53:20 +0300 From: Kirill Yukhin Message-ID: <20200402075320.ubs77pbb5qvl2wnu@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v1 0/2] Add LSAN to ASAN testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org 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