From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 E944D46970E for ; Mon, 20 Jan 2020 13:50:15 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Mon, 20 Jan 2020 13:50:11 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v2 0/2] add memory leaks detection via LSAN List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Munkin , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-2058-asan-with-leaks Issue: https://github.com/tarantool/tarantool/issues/2058 v1: https://lists.tarantool.org/pipermail/tarantool-patches/2020-January/013682.html Changes v2: - made suggested corrections Changes v1: - initial version Alexander V. Tikhonov (2): test: use default replication connection timeout gitlab-ci: add memory leaks detection via LSAN .travis.mk | 17 ++- asan/asan.supp | 17 +++ asan/lsan.supp | 105 ++++++++++++++++++ cmake/profile.cmake | 4 +- test/box/on_shutdown.skipcond | 7 ++ test/replication/autobootstrap.lua | 2 - test/replication/autobootstrap.result | 2 +- test/replication/autobootstrap.test.lua | 2 +- test/replication/autobootstrap_guest.lua | 2 - test/replication/before_replace.result | 6 +- test/replication/before_replace.test.lua | 6 +- test/replication/ddl.lua | 2 - test/replication/hot_standby.lua | 1 - test/replication/master.lua | 1 - test/replication/master_quorum.lua | 2 - test/replication/on_replace.lua | 2 - test/replication/quorum.lua | 2 - test/replication/quorum.result | 15 ++- test/replication/quorum.test.lua | 15 ++- test/replication/rebootstrap.lua | 2 - test/replication/rebootstrap.result | 4 +- test/replication/rebootstrap.test.lua | 4 +- test/replication/recover_missing_xlog.result | 2 +- .../replication/recover_missing_xlog.test.lua | 2 +- test/replication/replica.lua | 1 - test/replication/replica_auth.lua | 2 - test/replication/replica_no_quorum.lua | 1 - test/replication/replica_quorum.lua | 2 - test/replication/replica_timeout.lua | 2 - test/replication/replica_uuid.lua | 1 - test/replication/replica_uuid_ro.lua | 2 - test/replication/replicaset_ro_mostly.result | 2 +- .../replication/replicaset_ro_mostly.test.lua | 2 +- test/replication/wal_off.lua | 1 - 34 files changed, 172 insertions(+), 68 deletions(-) create mode 100644 asan/asan.supp create mode 100644 asan/lsan.supp create mode 100644 test/box/on_shutdown.skipcond -- 2.17.1