[Tarantool-patches] [PATCH v2 11/15] module api: add box_key_def_dump_parts()

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Sun Oct 11 18:25:59 MSK 2020


Thanks for the patch!

See 1 comment below.

> diff --git a/test/app-tap/module_api.c b/test/app-tap/module_api.c
> index 26853dd9b..25c98ef63 100644
> --- a/test/app-tap/module_api.c
> +++ b/test/app-tap/module_api.c
> @@ -602,6 +637,86 @@ test_key_def_new_v2(struct lua_State *L)
>  	return 1;
>  }
>  
> +/**
> + * Basic <test_key_def_dump_parts>() test.

test_key_def_dump_parts -> box_key_def_dump_parts.


More information about the Tarantool-patches mailing list