From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 1320B469719 for ; Tue, 10 Nov 2020 12:55:47 +0300 (MSK) Date: Tue, 10 Nov 2020 12:55:46 +0300 From: Sergey Bronnikov Message-ID: <20201110095546.GA3880@pony.bronevichok.ru> References: <20200330144823.GA55948@pony.bronevichok.ru> <20200515161727.jtlqplcdkbbcsgh2@tkn_work_nb> <20200528093934.GA19447@pony.bronevichok.ru> <20200602111351.fctlh3aly3euuo4m@tkn_work_nb> <20200610112919.GA78626@pony.bronevichok.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200610112919.GA78626@pony.bronevichok.ru> Subject: Re: [Tarantool-patches] [test-run] Add options for upgrade testing List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Hi, Alexander! I just want to ask you to take a look on updated patch again. I have fixed code according to your comments and also fixed a bug when path for snapshot copying was invalid. Branch: https://github.com/tarantool/test-run/tree/ligurio/gh-4801-add-snapshot-option CI: https://travis-ci.com/github/tarantool/test-run/builds/199375391 On 14:29 Wed 10 Jun , Sergey Bronnikov wrote: > Hi,