Skip to content

Commit

Permalink
Merge pull request #56665 from batrick/wip-65106-squid
Browse files Browse the repository at this point in the history
squid: qa/cephfs: add probabilistic ignorelist for pg_health

Reviewed-by: Venky Shankar <vshankar@redhat.com>
  • Loading branch information
yuriw committed Apr 18, 2024
2 parents 1cc18f4 + 2ad3d1c commit 985433c
Show file tree
Hide file tree
Showing 22 changed files with 33 additions and 0 deletions.
14 changes: 14 additions & 0 deletions qa/cephfs/overrides/pg_health.yaml
@@ -0,0 +1,14 @@
# To prevent PG_AVAILABILITY failures from dominating runs, we usually ignore
# these warnings. However, we'd like to see the cause of these warnings to be
# fixed so occasionally allow the warning to fail the job.
#
# https://tracker.ceph.com/issues/52624

teuthology:
premerge: if math.random() < 0.05 then reject() end
overrides:
ceph:
log-ignorelist:
- PG_AVAILABILITY
- PG_DEGRADED
- Reduced data availability
1 change: 1 addition & 0 deletions qa/suites/fs/32bits/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/fscrypt/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/full/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/functional/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/libcephfs/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mirror-ha/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mirror/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/mixed-clients/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/multiclient/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/multifs/overrides/pg_health.yaml
Empty file added qa/suites/fs/nfs/overrides/+
Empty file.
1 change: 1 addition & 0 deletions qa/suites/fs/nfs/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/permission/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/shell/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/snaps/overrides/pg_health.yaml
Empty file added qa/suites/fs/top/overrides/+
Empty file.
1 change: 1 addition & 0 deletions qa/suites/fs/top/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/traceless/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/verify/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/volumes/overrides/pg_health.yaml
1 change: 1 addition & 0 deletions qa/suites/fs/workload/overrides/pg_health.yaml

0 comments on commit 985433c

Please sign in to comment.