From d25d6ee0af0c85715e0ef8ce377f0b78a91f7ad7 Mon Sep 17 00:00:00 2001 From: Ali Maredia Date: Thu, 16 May 2019 12:03:20 -0400 Subject: [PATCH] qa: remove mon valgrind check in rgw verfiy suite memory leaks in the monitor are causing a significant percentage of jobs run in the rgw verify suite to fail even though the jobs succeeded before hand. See: http://tracker.ceph.com/issues/38827 for root cause Signed-off-by: Ali Maredia --- qa/suites/rgw/verify/validater/valgrind.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/suites/rgw/verify/validater/valgrind.yaml b/qa/suites/rgw/verify/validater/valgrind.yaml index 5397cd9142a1c..90669e7ab502f 100644 --- a/qa/suites/rgw/verify/validater/valgrind.yaml +++ b/qa/suites/rgw/verify/validater/valgrind.yaml @@ -13,8 +13,9 @@ overrides: mon: mon osd crush smoke test: false valgrind: - mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes] osd: [--tool=memcheck] mds: [--tool=memcheck] +# http://tracker.ceph.com/issues/38827 +# mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes] # https://tracker.ceph.com/issues/38621 # mgr: [--tool=memcheck] -- 2.39.5