[Tarantool-patches] [PATCH v1] test: fix vinyl/errinj.test.lua results file

Alexander V. Tikhonov avtikhon at tarantool.org
Sun Dec 13 07:53:00 MSK 2020


Cc: tarantool-patches at 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



More information about the Tarantool-patches mailing list