mirror of
https://github.com/ceph/ceph
synced 2025-01-19 09:32:00 +00:00
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 <amaredia@redhat.com>
This commit is contained in:
parent
7d4a5fc429
commit
d25d6ee0af
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user