[Tarantool-patches] [PATCH 1/1] test: update box/errinj.test.lua result file

Alexander Turenko alexander.turenko at tarantool.org
Thu Dec 12 00:36:21 MSK 2019


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)
> 


More information about the Tarantool-patches mailing list