From: Sage Weil Date: Tue, 17 Mar 2020 23:10:37 +0000 (-0500) Subject: qa/suites/rados/verify/validater/valgrind: tolerate SLOW_OPS X-Git-Tag: v15.2.0~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7c19c1534badf00adf756e3a4e342e3d009a63ca;p=ceph.git qa/suites/rados/verify/validater/valgrind: tolerate SLOW_OPS Signed-off-by: Sage Weil --- diff --git a/qa/suites/rados/verify/validater/valgrind.yaml b/qa/suites/rados/verify/validater/valgrind.yaml index ace4c7f0007..83eb2add543 100644 --- a/qa/suites/rados/verify/validater/valgrind.yaml +++ b/qa/suites/rados/verify/validater/valgrind.yaml @@ -22,6 +22,8 @@ overrides: - \(PG_ # mons sometimes are left off of initial quorum due to valgrind slowness. ok to whitelist here because we'll still catch an actual crash due to the core - \(MON_DOWN\) + - \(SLOW_OPS\) + - slow request valgrind: mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes] osd: [--tool=memcheck]