[Tarantool-patches] [PATCH v1] test: fix box/push.test.lua for ASAN
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Thu May 28 01:21:10 MSK 2020
Hi! Thanks for the patch!
I sent an alternative fix in a new email thread. Check it out.
> diff --git a/asan/asan.supp b/asan/asan.supp
> index 79c13ec7d..b806873a5 100644
> --- a/asan/asan.supp
> +++ b/asan/asan.supp
> @@ -9,6 +9,10 @@
> # source: third_party/lua-cjson/lua_cjson.c
> fun:json_decode
>
> +# test: box/push.test.lua
> +# source: src/lib/msgpuck/hints.c:39:20
> +src:*src/lib/msgpuck/hints.c
Why did you use '*' in the beginning though it is
not used on other 'src:' lines?
More information about the Tarantool-patches
mailing list