From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 4F1EB46971A for ; Wed, 11 Dec 2019 23:34:57 +0300 (MSK) From: Vladislav Shpilevoy Date: Wed, 11 Dec 2019 21:34:54 +0100 Message-Id: <6320b49c9a9ad459811333d80bb1878a5b453fa9.1576096458.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 1/1] test: update box/errinj.test.lua result file List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, kyukhin@tarantool.org 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)