[Tarantool-patches] [PATCH 1/1] test: update box/errinj.test.lua result file
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Wed Dec 11 23:34:54 MSK 2019
The test started failing after my commit:
ca07088cd4ad45f04951504e0a5924af2de0129c
(func: fix not unloading of unused modules), because I forgot to
update the result file.
Follow up #4648
---
Branch: https://github.com/tarantool/tarantool/tree/gerold103/fix-test
test/box/errinj.result | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/test/box/errinj.result b/test/box/errinj.result
index 40683730c..babe36b1b 100644
--- a/test/box/errinj.result
+++ b/test/box/errinj.result
@@ -25,6 +25,8 @@ errinj.info()
state: 0
ERRINJ_WAL_WRITE:
state: false
+ ERRINJ_RELAY_BREAK_LSN:
+ state: -1
ERRINJ_HTTPC_EXECUTE:
state: false
ERRINJ_VYRUN_DATA_READ:
@@ -73,8 +75,8 @@ errinj.info()
state: false
ERRINJ_WAL_FALLOCATE:
state: 0
- ERRINJ_RELAY_BREAK_LSN:
- state: -1
+ ERRINJ_DYN_MODULE_COUNT:
+ state: 0
ERRINJ_VY_INDEX_FILE_RENAME:
state: false
ERRINJ_TUPLE_FORMAT_COUNT:
--
2.21.0 (Apple Git-122.2)
More information about the Tarantool-patches
mailing list