From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Kirill Yukhin <kyukhin@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v1] test: fix vinyl/errinj.test.lua results file Date: Sun, 13 Dec 2020 07:53:00 +0300 [thread overview] Message-ID: <deb9de8cc6de591aea243d4661f72ff806566567.1607834499.git.avtikhon@tarantool.org> (raw) 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 <NUM> deleted but not registered'") --- -- 2.25.1
reply other threads:[~2020-12-13 4:53 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=deb9de8cc6de591aea243d4661f72ff806566567.1607834499.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=kyukhin@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v1] test: fix vinyl/errinj.test.lua results file' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox