[Tarantool-patches] [PATCH v20 7/7] test: add box.lib test

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Apr 5 19:04:58 MSK 2021


Thanks for the patch!

Please, add tests for automatic garbage collection to
ensure the modules and functions are unloaded.

On 02.04.2021 14:34, Cyrill Gorcunov wrote:
> Note that the test is disabled in suite.ini for a while
> because we need to update test-run first like
> 
>  | diff --git a/pretest_clean.lua b/pretest_clean.lua
>  | index 446ecf2..b356ebd 100644
>  | --- a/pretest_clean.lua
>  | +++ b/pretest_clean.lua
>  | @@ -228,6 +228,7 @@ local function clean()
>  |          ['box.internal.sequence'] = true,
>  |          ['box.internal.session'] = true,
>  |          ['box.internal.space'] = true,
>  | +        ['box.lib'] = true,
>  |          buffer = true,
>  |          clock = true,
>  |          console = true,

I think I already said it, but you could just make that patch in
scope of your patchset. What are you waiting for?


More information about the Tarantool-patches mailing list