From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 D349A45C304 for ; Sun, 13 Dec 2020 07:53:02 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Sun, 13 Dec 2020 07:53:00 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1] test: fix vinyl/errinj.test.lua results file List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Cc: tarantool-patches@dev.tarantool.org In previous commit to vinyl/errinj.results file in commit: 7ca3512d053de290024d5cdd6facf7c939d2c6de ("test: add test filter for vinyl/errinj.test.lua") Was made a mistake - missed single line on cherry-pick. During 1.10 release branch testing the issue was found: https://gitlab.com/tarantool/tarantool/-/jobs/907233724#L3994 This patch corrects the mistake. Follows up #4346 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4346-filter-output_1.10 Issue: https://github.com/tarantool/tarantool/issues/4346 test/vinyl/errinj.result | 1 + 1 file changed, 1 insertion(+) diff --git a/test/vinyl/errinj.result b/test/vinyl/errinj.result index 7e278cb62..13a2478e5 100644 --- a/test/vinyl/errinj.result +++ b/test/vinyl/errinj.result @@ -13,6 +13,7 @@ errinj = box.error.injection errinj.set("ERRINJ_VY_SCHED_TIMEOUT", 0.040) --- - ok +... test_run:cmd("push filter 'Invalid VYLOG file: Slice [0-9]+ deleted but not registered'" .. \ " to 'Invalid VYLOG file: Slice deleted but not registered'") --- -- 2.25.1