]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados/verify: whitelist MON_DOWN when using valgrind 30627/head
authorSage Weil <sage@redhat.com>
Sun, 29 Sep 2019 15:27:01 +0000 (10:27 -0500)
committerSage Weil <sage@redhat.com>
Sun, 29 Sep 2019 15:27:01 +0000 (10:27 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/verify/validater/valgrind.yaml

index 8b907c25688f6635941105becc2842f01a50d2dc..8cceca5957e92ee4ac81e9d29e2e6232aec43838 100644 (file)
@@ -17,6 +17,8 @@ overrides:
       - overall HEALTH_
 # valgrind is slow.. we might get PGs stuck peering etc
       - \(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\)
     valgrind:
       mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
       osd: [--tool=memcheck]