From c706740dbe4dc0c372d8386c19affb74530af5b4 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Tue, 12 Jan 2021 08:19:06 -0500 Subject: [PATCH] test/rgw: re-enable valgrind in rgw verify suite this only enables it for radosgw itself, not the other daemons Signed-off-by: Casey Bodley --- qa/suites/rgw/verify/validater/valgrind.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qa/suites/rgw/verify/validater/valgrind.yaml b/qa/suites/rgw/verify/validater/valgrind.yaml index 889bdbf59d7..9d916cf5396 100644 --- a/qa/suites/rgw/verify/validater/valgrind.yaml +++ b/qa/suites/rgw/verify/validater/valgrind.yaml @@ -5,11 +5,11 @@ os_version: "8.0" overrides: install: ceph: -# flavor: notcmalloc + flavor: notcmalloc #debuginfo: true rgw: client.0: - #valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214 + valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214 ceph: conf: global: -- 2.39.5