]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: generate valgrind suppressions
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 23 Jul 2024 15:18:35 +0000 (11:18 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Tue, 23 Jul 2024 15:18:54 +0000 (11:18 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/ceph_manager.py

index 163d172eb118b838f0bd396d84d1db09c754110e..af68381829716503508e61f8a3f00cf566ae52df 100644 (file)
@@ -113,6 +113,7 @@ def get_valgrind_args(testdir, name, preamble, v, exit_on_first_error=True, cd=T
             '--soname-synonyms=somalloc=*tcmalloc*',
             '--num-callers=50',
             '--suppressions={tdir}/valgrind.supp'.format(tdir=testdir),
+            '--gen-suppressions=all',
             '--xml=yes',
             '--xml-file={vdir}/{n}.log'.format(vdir=val_path, n=name),
             '--time-stamp=yes',
@@ -125,6 +126,7 @@ def get_valgrind_args(testdir, name, preamble, v, exit_on_first_error=True, cd=T
             '--child-silent-after-fork=yes',
             '--soname-synonyms=somalloc=*tcmalloc*',
             '--suppressions={tdir}/valgrind.supp'.format(tdir=testdir),
+            '--gen-suppressions=all',
             '--log-file={vdir}/{n}.log'.format(vdir=val_path, n=name),
             '--time-stamp=yes',
             '--vgdb=yes',