From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 41FE9469719 for ; Tue, 10 Nov 2020 10:30:23 +0300 (MSK) Received: by mail-lf1-f68.google.com with SMTP id s30so16092562lfc.4 for ; Mon, 09 Nov 2020 23:30:23 -0800 (PST) Date: Tue, 10 Nov 2020 10:30:20 +0300 From: Cyrill Gorcunov Message-ID: <20201110073020.GB2250@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 2/4] raft: add explicit raft argument to all functions List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Tue, Nov 10, 2020 at 12:58:52AM +0100, Vladislav Shpilevoy wrote: > All raft functions worked with a global raft object. That would > make impossible to move raft to a separate module, where it could > be properly unit-tested with multiple raft nodes in each test. > Ack