Skip to content

Commit

Permalink
qa: Add new message to whitelist for scrub/repair tests
Browse files Browse the repository at this point in the history
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b407842)
  • Loading branch information
dzafman authored and smithfarm committed Sep 2, 2018
1 parent 28327eb commit 77797fb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions qa/suites/rados/basic/tasks/repair_test.yaml
Expand Up @@ -17,6 +17,7 @@ overrides:
- 'size 1 != size'
- attr name mismatch
- Regular scrub request, deep-scrub details will be lost
- candidate size [0-9]+ info size [0-9]+ mismatch
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(OSD_
Expand Down
1 change: 1 addition & 0 deletions qa/suites/rados/basic/tasks/scrub_test.yaml
Expand Up @@ -15,6 +15,7 @@ overrides:
- 'attr name mistmatch'
- 'deep-scrub 1 missing, 0 inconsistent objects'
- 'failed to pick suitable auth object'
- 'candidate size [0-9]+ info size [0-9]+ mismatch'
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(OSD_
Expand Down
1 change: 1 addition & 0 deletions qa/tasks/repair_test.py
Expand Up @@ -276,6 +276,7 @@ def task(ctx, config):
- 'size 1 != size'
- 'attr name mismatch'
- 'Regular scrub request, deep-scrub details will be lost'
- 'candidate size [0-9]+ info size [0-9]+ mismatch'
conf:
osd:
filestore debug inject read err: true
Expand Down
1 change: 1 addition & 0 deletions qa/tasks/scrub_test.py
Expand Up @@ -348,6 +348,7 @@ def task(ctx, config):
- attr name mistmatch
- deep-scrub 1 missing, 0 inconsistent objects
- failed to pick suitable auth object
- candidate size [0-9]+ info size [0-9]+ mismatch
conf:
osd:
osd deep scrub update digest min age: 0
Expand Down

0 comments on commit 77797fb

Please sign in to comment.