During teuthology test we can hit few valgrind errors that stop
the tests, one of them is Rocksdb version info and the other one
is dl-init.
Adding them to the valgrinf suppression file.
Fixes: https://tracker.ceph.com/issues/52136
https://tracker.ceph.com/issues/57751
https://tracker.ceph.com/issues/53575
Signed-off-by: Nitzan Mordechai <nmordec@redhat.com>
(cherry picked from commit
43c94e14a553b96466c85c05849d3205babb18d4)
fun:_dl_lookup_symbol_x
...
}
+{
+ dl-init.c possible lost init
+ Memcheck:Leak
+ ...
+ fun:__trans_list_add
+ fun:call_init.part.0
+ fun:call_init
+ ...
+}
{
weird thing from libc
Memcheck:Leak
fun:*BGThreadWrapper*
...
}
+{
+ rocksdb VersionStorageInfo
+ Memcheck:Leak
+ ...
+ fun:*VersionStorageInfo
+ ...
+}
{
libstdc++ leak on xenial
Memcheck:Leak