Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 1/1] test: update box/errinj.test.lua result file
@ 2019-12-11 20:34 Vladislav Shpilevoy
  2019-12-11 21:36 ` Alexander Turenko
  0 siblings, 1 reply; 2+ messages in thread
From: Vladislav Shpilevoy @ 2019-12-11 20:34 UTC (permalink / raw)
  To: tarantool-patches, kyukhin

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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-11 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-11 20:34 [Tarantool-patches] [PATCH 1/1] test: update box/errinj.test.lua result file Vladislav Shpilevoy
2019-12-11 21:36 ` Alexander Turenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox