From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 342F2469710 for ; Thu, 4 Jun 2020 14:35:06 +0300 (MSK) Date: Thu, 4 Jun 2020 14:35:05 +0300 From: Kirill Yukhin Message-ID: <20200604113505.ppcumvzsa5dd6a4s@tarantool.org> References: <1dde0d093dc53b6a7819780b11801ae1ceba04ca.1589814593.git.sergeyb@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1dde0d093dc53b6a7819780b11801ae1ceba04ca.1589814593.git.sergeyb@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2] Add new error injection constant ERRINJ_AUTO_UPGRADE List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org Cc: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Hello, On 18 май 18:10, sergeyb@tarantool.org wrote: > From: Sergey Bronnikov > > In upgrade testing we need an ability to control running of upgrade.lua > script execution. When constant ERRINJ_AUTO_UPGRADE is set to true > tarantool will skip upgrade.lua script execution. > > Part of: #4801 > --- > GH issue: https://github.com/tarantool/tarantool/issues/4801 > GH branch: https://github.com/tarantool/tarantool/compare/ligurio/gh-4801-errinj_auto_upgrade I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regards, Kirill Yukhin