From: Ali Maredia Date: Thu, 16 May 2019 16:03:20 +0000 (-0400) Subject: qa: remove mon valgrind check in rgw verfiy suite X-Git-Tag: v15.1.0~2651^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d25d6ee0af0c85715e0ef8ce377f0b78a91f7ad7;p=ceph-ci.git 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 --- diff --git a/qa/suites/rgw/verify/validater/valgrind.yaml b/qa/suites/rgw/verify/validater/valgrind.yaml index 5397cd9142a..90669e7ab50 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]