From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 EDD4B41D0BD for ; Thu, 17 Oct 2019 09:28:51 +0300 (MSK) Date: Thu, 17 Oct 2019 09:28:47 +0300 From: Kirill Yukhin Message-ID: <20191017062847.ugm45ci4vyec2lbz@tarantool.org> References: <955fd35a4bfc91a0d17f3ccbfc7b0ec8bc50715a.1570980933.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <955fd35a4bfc91a0d17f3ccbfc7b0ec8bc50715a.1570980933.git.v.shpilevoy@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/1] test: replication/misc cleanup box.cfg.replication List-Id: Tarantool development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org, tarantool-patches@dev.tarantool.org Hello, On 13 окт 17:51, Vladislav Shpilevoy wrote: > In patch c6bea65f8ef5f6c737cf70c0127189d0ebcbc36e I > added a bug - replication/misc leaves a bad value in > box.cfg.replication. Before that patch the test was > resetting this to empty replication. In my patch I > forgot about that, and left there the value > > {box.cfg.listen, "12345"} > > This patch cleans it up. > > Follow up #3760 I've checked yout patch into 1.10, 2.1, 2.2 and master. -- Regards, Kirill Yukhin