]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: remove mon valgrind check in rgw verfiy suite
authorAli Maredia <amaredia@redhat.com>
Thu, 16 May 2019 16:03:20 +0000 (12:03 -0400)
committerAli Maredia <amaredia@redhat.com>
Fri, 17 May 2019 19:59:30 +0000 (15:59 -0400)
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 <amaredia@redhat.com>
qa/suites/rgw/verify/validater/valgrind.yaml

index 5397cd9142a1c04011275e3a32d2879b62a39f3e..90669e7ab502fd0e8412e31073aeed3e1a6e44ed 100644 (file)
@@ -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]