From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 13E4145C304 for ; Fri, 11 Dec 2020 12:17:40 +0300 (MSK) Date: Fri, 11 Dec 2020 09:17:39 +0000 From: Kirill Yukhin Message-ID: <20201211091739.y3q7ihel6qgodequ@tarantool.org> References: <83b8e393ad82dd9eb40271b62bb1258ad72cee38.1607443162.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <83b8e393ad82dd9eb40271b62bb1258ad72cee38.1607443162.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test: add test filter for vinyl/errinj.test.lua List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: tarantool-patches@dev.tarantool.org Hello, On 08 Dec 19:00, Alexander V. Tikhonov wrote: > Cc: tarantool-patches@dev.tarantool.org > > Added test-run filter on box.snapshot error message: > > 'Invalid VYLOG file: Slice [0-9]+ deleted but not registered' > > to avoid of printing changing data in results file to be able to use > its checksums in fragile list of test-run to rerun it as flaky issue. > > Needed for #4346 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4346-filter-output > Issue: https://github.com/tarantool/tarantool/issues/4346 LGTM. I've checked your patch into 1.10, 2.5, 2.6 and master. -- Regards, Kirill Yukhin