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 4C8A53246F for ; Thu, 27 Jun 2019 19:24:58 -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 xIUbEgTBbpI1 for ; Thu, 27 Jun 2019 19:24:58 -0400 (EDT) Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 91E7932035 for ; Thu, 27 Jun 2019 19:24:57 -0400 (EDT) From: Vladislav Shpilevoy Subject: [tarantool-patches] [PATCH 0/4] SWIM amendments Date: Fri, 28 Jun 2019 01:25:42 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 A set of SWIM follow ups related to a couple of tickets. Most of them are bugfixes. Branch: http://github.com/tarantool/tarantool/tree/gerold103/swim-follow-ups Vladislav Shpilevoy (4): swim: fix a leak when a trigger is installed swim: fix a dangerous yield in ffi.gc swim: fix inability to set generation only swim: default generation is timestamp src/lua/swim.lua | 40 +++++++++++++++++--- test/swim/swim.result | 81 +++++++++++++++++++++++++++++++++++------ test/swim/swim.test.lua | 50 +++++++++++++++++++------ 3 files changed, 142 insertions(+), 29 deletions(-) -- 2.20.1 (Apple Git-117)