test: add additional asan suppressions related to fio
We are already suppressing fio (not SPDK fio_plugin) leaks in a couple of other places, which could likely be causing the indirect leaks we are now going to suppress here. Fixes issue #1003. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ie5283280495e7155cda1a93d2bd3d48ffbb6cba7 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/473495 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: yidong0635 <dongx.yi@intel.com> Reviewed-by: GangCao <gang.cao@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
parent
acea7bbce4
commit
2be2b6eba5
@ -94,6 +94,8 @@ echo "leak:spdk_fs_alloc_thread_ctx" >> "$asan_suppression_file"
|
||||
echo "leak:/usr/src/fio/parse.c" >> "$asan_suppression_file"
|
||||
echo "leak:/usr/src/fio/iolog.c" >> "$asan_suppression_file"
|
||||
echo "leak:/usr/src/fio/init.c" >> "$asan_suppression_file"
|
||||
echo "leak:fio_memalign" >> "$asan_suppression_file"
|
||||
echo "leak:spdk_fio_io_u_init" >> "$asan_suppression_file"
|
||||
|
||||
# Suppress leaks in libiscsi
|
||||
echo "leak:libiscsi.so" >> "$asan_suppression_file"
|
||||
|
Loading…
Reference in New Issue
Block a user