Skip to content

Commit

Permalink
Merge pull request #17005 from liewegas/wip-verify-slowness
Browse files Browse the repository at this point in the history
qa/suites/rados/verify/validater/valgrind: whitelist PG_
  • Loading branch information
liewegas committed Aug 12, 2017
2 parents f04360c + 41e5a85 commit ba3602b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qa/suites/rados/verify/validater/valgrind.yaml
Expand Up @@ -12,6 +12,10 @@ overrides:
osd heartbeat grace: 40
mon:
mon osd crush smoke test: false
log-whitelist:
- overall HEALTH_
# valgrind is slow.. we might get PGs stuck peering etc
- \(PG_
valgrind:
mon: [--tool=memcheck, --leak-check=full, --show-reachable=yes]
osd: [--tool=memcheck]
Expand Down

0 comments on commit ba3602b

Please sign in to comment.