From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 3840546971A for ; Thu, 12 Dec 2019 00:36:27 +0300 (MSK) Date: Thu, 12 Dec 2019 00:36:21 +0300 From: Alexander Turenko Message-ID: <20191211213621.3bybqf3ihiyxzwgt@tkn_work_nb> References: <6320b49c9a9ad459811333d80bb1878a5b453fa9.1576096458.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <6320b49c9a9ad459811333d80bb1878a5b453fa9.1576096458.git.v.shpilevoy@tarantool.org> Subject: Re: [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: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Thanks! Pushed to master and 2.2. Commented in the original thread ('Module is not unloaded on function drop') about pushing all the patches to 1.10. WBR, Alexander Turenko. On Wed, Dec 11, 2019 at 09:34:54PM +0100, Vladislav Shpilevoy wrote: > 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) >