From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id BD10B2EF9B for ; Wed, 22 May 2019 17:14:52 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XE5RSSwb9gj4 for ; Wed, 22 May 2019 17:14:52 -0400 (EDT) Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 064BD2EF99 for ; Wed, 22 May 2019 17:14:51 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 0/5] SWIM bug fixes From: Vladislav Shpilevoy References: Message-ID: <2aedd2dd-0e2c-8a37-dd51-c3527ea701da@tarantool.org> Date: Thu, 23 May 2019 00:14:48 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: kostja@tarantool.org On 22/05/2019 22:56, Konstantin Osipov wrote:> * Vladislav Shpilevoy [19/05/22 22:54]: >> This patchset consists of quite independent fixes related to leaks, segfaults, >> and flaky tests discovered by simultaneous run of swim/swim.test.lua in 100-1000 > > OK to push to all patches. > Pushed to the master. On 22/05/2019 22:52, Vladislav Shpilevoy wrote: > This patchset consists of quite independent fixes related to leaks, segfaults, > and flaky tests discovered by simultaneous run of swim/swim.test.lua in 100-1000 > tasks. > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/swim-memory-fixes > > Vladislav Shpilevoy (5): > swim: fix an obvious leak in swim_delete() > swim: fix an obvious use-after-free > swim: fix flaky parts in swim/swim.test.lua > swim: be ready to idle round steps when net is slow > swim: allow to set codec before cfg > > src/lib/swim/swim.c | 23 +++++++++++++++-- > src/lua/swim.lua | 1 + > test/swim/box.lua | 22 ++++++++++++++++ > test/swim/swim.result | 55 +++++++++++++++++----------------------- > test/swim/swim.test.lua | 34 ++++++++++++------------- > test/unit/swim.c | 20 ++++++++++++++- > test/unit/swim.result | 7 ++++- > test/unit/swim_test_ev.c | 10 ++++++-- > 8 files changed, 116 insertions(+), 56 deletions(-) >