Skip to content

Commit cdef41d

Browse files
committed
qa: generate valgrind suppressions
Signed-off-by: Patrick Donnelly <[email protected]>
1 parent 5e08ee3 commit cdef41d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

qa/tasks/ceph_manager.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def get_valgrind_args(testdir, name, preamble, v, exit_on_first_error=True, cd=T
113113
'--soname-synonyms=somalloc=*tcmalloc*',
114114
'--num-callers=50',
115115
'--suppressions={tdir}/valgrind.supp'.format(tdir=testdir),
116+
'--gen-suppressions=all',
116117
'--xml=yes',
117118
'--xml-file={vdir}/{n}.log'.format(vdir=val_path, n=name),
118119
'--time-stamp=yes',
@@ -125,6 +126,7 @@ def get_valgrind_args(testdir, name, preamble, v, exit_on_first_error=True, cd=T
125126
'--child-silent-after-fork=yes',
126127
'--soname-synonyms=somalloc=*tcmalloc*',
127128
'--suppressions={tdir}/valgrind.supp'.format(tdir=testdir),
129+
'--gen-suppressions=all',
128130
'--log-file={vdir}/{n}.log'.format(vdir=val_path, n=name),
129131
'--time-stamp=yes',
130132
'--vgdb=yes',

0 commit comments

Comments
 (0)