From 368f76f90bc829726ef877fdffd1531c18ac1eb3 Mon Sep 17 00:00:00 2001 From: Sridhar Seshasayee Date: Mon, 24 Feb 2020 19:59:56 +0530 Subject: [PATCH] qa: Whitelist 'slow request' within a bunch of tests Signed-off-by: Sridhar Seshasayee (cherry picked from commit e527067666df07d39a3088b57683a2dce2b87c62) Conflicts: qa/suites/rados/singleton-nomsgr/all/osd_stale_reads.yaml This file doesn't exist in nautilus. --- qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml | 1 + .../fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml | 1 + .../featureful_client/upgraded_client/tasks/2-upgrade.yaml | 1 + qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml | 1 + .../kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml | 1 + qa/suites/rados/monthrash/ceph.yaml | 1 + qa/suites/rados/monthrash/workloads/rados_api_tests.yaml | 1 + qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml | 1 + qa/suites/rados/multimon/tasks/mon_recovery.yaml | 1 + qa/suites/rados/singleton/all/ec-lost-unfound.yaml | 1 + qa/suites/rados/singleton/all/lost-unfound-delete.yaml | 1 + qa/suites/rados/singleton/all/lost-unfound.yaml | 1 + qa/suites/rados/singleton/all/osd-recovery.yaml | 1 + qa/suites/rados/singleton/all/recovery-preemption.yaml | 1 + qa/suites/rados/singleton/all/thrash-backfill-full.yaml | 1 + qa/suites/rados/verify/tasks/rados_api_tests.yaml | 1 + qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml | 1 + qa/suites/smoke/basic/tasks/mon_thrash.yaml | 1 + qa/suites/smoke/basic/tasks/rados_api_tests.yaml | 1 + qa/suites/smoke/basic/tasks/rados_bench.yaml | 1 + qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml | 1 + qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml | 1 + qa/suites/smoke/basic/tasks/rbd_fsx.yaml | 1 + qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml | 1 + 24 files changed, 24 insertions(+) diff --git a/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml b/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml index 1b133010dcb30..1e96e6d8a4704 100644 --- a/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml +++ b/qa/cephfs/tasks/cfuse_workunit_suites_ffsb.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-whitelist: - SLOW_OPS + - slow request conf: osd: filestore flush min: 0 diff --git a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml b/qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml index 77836536e6145..bed1bf89e6102 100644 --- a/qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml +++ b/qa/suites/fs/upgrade/featureful_client/old_client/tasks/2-upgrade.yaml @@ -10,6 +10,7 @@ overrides: - \(SLOW_OPS\) - overall HEALTH_ - \(MON_MSGR2_NOT_ENABLED\) + - slow request conf: global: bluestore warn on legacy statfs: false diff --git a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml b/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml index 77836536e6145..bed1bf89e6102 100644 --- a/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml +++ b/qa/suites/fs/upgrade/featureful_client/upgraded_client/tasks/2-upgrade.yaml @@ -10,6 +10,7 @@ overrides: - \(SLOW_OPS\) - overall HEALTH_ - \(MON_MSGR2_NOT_ENABLED\) + - slow request conf: global: bluestore warn on legacy statfs: false diff --git a/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml b/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml index c6aba0687080b..3eedd281e919d 100644 --- a/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml +++ b/qa/suites/kcephfs/cephfs/tasks/kclient_workunit_suites_ffsb.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-whitelist: - SLOW_OPS + - slow request tasks: - workunit: clients: diff --git a/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml b/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml index 62b9c09f40b0e..53e74bea3f838 100644 --- a/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml +++ b/qa/suites/kcephfs/thrash/workloads/kclient_workunit_suites_ffsb.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-whitelist: - SLOW_OPS + - slow request conf: osd: filestore flush min: 0 diff --git a/qa/suites/rados/monthrash/ceph.yaml b/qa/suites/rados/monthrash/ceph.yaml index 13c05e58cd9ea..6378358f5b3ab 100644 --- a/qa/suites/rados/monthrash/ceph.yaml +++ b/qa/suites/rados/monthrash/ceph.yaml @@ -15,6 +15,7 @@ overrides: # slow mons -> slow peering -> PG_AVAILABILITY - \(PG_AVAILABILITY\) - \(SLOW_OPS\) + - slow request tasks: - install: - ceph: diff --git a/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml b/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml index 6611a578a2116..f0bd56856b7bc 100644 --- a/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml +++ b/qa/suites/rados/monthrash/workloads/rados_api_tests.yaml @@ -11,6 +11,7 @@ overrides: - \(PG_ - \(POOL_APP_NOT_ENABLED\) - \(SMALLER_PGP_NUM\) + - slow request conf: global: debug objecter: 20 diff --git a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml index 3f1cf64d0c315..abfc3a1c45786 100644 --- a/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml +++ b/qa/suites/rados/multimon/tasks/mon_clock_with_skews.yaml @@ -19,5 +19,6 @@ tasks: - \(PG_ - \(SLOW_OPS\) - No standby daemons available + - slow request - mon_clock_skew_check: expect-skew: true diff --git a/qa/suites/rados/multimon/tasks/mon_recovery.yaml b/qa/suites/rados/multimon/tasks/mon_recovery.yaml index 551bd8db55b9e..14da275e547e2 100644 --- a/qa/suites/rados/multimon/tasks/mon_recovery.yaml +++ b/qa/suites/rados/multimon/tasks/mon_recovery.yaml @@ -6,4 +6,5 @@ tasks: - \(MON_DOWN\) - \(PG_AVAILABILITY\) - \(SLOW_OPS\) + - slow request - mon_recovery: diff --git a/qa/suites/rados/singleton/all/ec-lost-unfound.yaml b/qa/suites/rados/singleton/all/ec-lost-unfound.yaml index 9305cea0053d4..aeb4b2786eed7 100644 --- a/qa/suites/rados/singleton/all/ec-lost-unfound.yaml +++ b/qa/suites/rados/singleton/all/ec-lost-unfound.yaml @@ -22,4 +22,5 @@ tasks: - \(PG_ - \(OBJECT_ - \(SLOW_OPS\) + - slow request - ec_lost_unfound: diff --git a/qa/suites/rados/singleton/all/lost-unfound-delete.yaml b/qa/suites/rados/singleton/all/lost-unfound-delete.yaml index 8f9acbec6ae66..636cb944663c8 100644 --- a/qa/suites/rados/singleton/all/lost-unfound-delete.yaml +++ b/qa/suites/rados/singleton/all/lost-unfound-delete.yaml @@ -21,4 +21,5 @@ tasks: - \(PG_ - \(OBJECT_ - \(SLOW_OPS\) + - slow request - rep_lost_unfound_delete: diff --git a/qa/suites/rados/singleton/all/lost-unfound.yaml b/qa/suites/rados/singleton/all/lost-unfound.yaml index 5b1ca1b30d676..2f60db168e052 100644 --- a/qa/suites/rados/singleton/all/lost-unfound.yaml +++ b/qa/suites/rados/singleton/all/lost-unfound.yaml @@ -21,4 +21,5 @@ tasks: - \(PG_ - \(OBJECT_ - \(SLOW_OPS\) + - slow request - lost_unfound: diff --git a/qa/suites/rados/singleton/all/osd-recovery.yaml b/qa/suites/rados/singleton/all/osd-recovery.yaml index 634e8843ea106..8e3d922238284 100644 --- a/qa/suites/rados/singleton/all/osd-recovery.yaml +++ b/qa/suites/rados/singleton/all/osd-recovery.yaml @@ -21,6 +21,7 @@ tasks: - \(PG_ - \(OBJECT_DEGRADED\) - \(SLOW_OPS\) + - slow request conf: osd: osd min pg log entries: 5 diff --git a/qa/suites/rados/singleton/all/recovery-preemption.yaml b/qa/suites/rados/singleton/all/recovery-preemption.yaml index 27338d4429ff0..fbf1772ca27bd 100644 --- a/qa/suites/rados/singleton/all/recovery-preemption.yaml +++ b/qa/suites/rados/singleton/all/recovery-preemption.yaml @@ -28,6 +28,7 @@ tasks: - \(PG_ - \(SLOW_OPS\) - overall HEALTH + - slow request - exec: osd.0: - ceph osd pool create foo 128 diff --git a/qa/suites/rados/singleton/all/thrash-backfill-full.yaml b/qa/suites/rados/singleton/all/thrash-backfill-full.yaml index 40194a03f7447..5cd32bd54b67e 100644 --- a/qa/suites/rados/singleton/all/thrash-backfill-full.yaml +++ b/qa/suites/rados/singleton/all/thrash-backfill-full.yaml @@ -35,6 +35,7 @@ tasks: - \(OBJECT_ - \(TOO_FEW_PGS\) - \(POOL_BACKFILLFULL\) + - slow request - thrashosds: op_delay: 30 clean_interval: 120 diff --git a/qa/suites/rados/verify/tasks/rados_api_tests.yaml b/qa/suites/rados/verify/tasks/rados_api_tests.yaml index 964e633cca13e..d61c6f8b1297d 100644 --- a/qa/suites/rados/verify/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/verify/tasks/rados_api_tests.yaml @@ -11,6 +11,7 @@ overrides: - \(POOL_APP_NOT_ENABLED\) - \(PG_AVAILABILITY\) - \(OBJECT_MISPLACED\) + - slow request conf: client: debug ms: 1 diff --git a/qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml b/qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml index 573aff3b60993..90bc152e828b9 100644 --- a/qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml +++ b/qa/suites/rbd/basic/tasks/rbd_python_api_tests_old_format.yaml @@ -2,6 +2,7 @@ overrides: ceph: log-whitelist: - \(SLOW_OPS\) + - slow request tasks: - workunit: clients: diff --git a/qa/suites/smoke/basic/tasks/mon_thrash.yaml b/qa/suites/smoke/basic/tasks/mon_thrash.yaml index 2144afd2fe499..edaa0dd2e3c07 100644 --- a/qa/suites/smoke/basic/tasks/mon_thrash.yaml +++ b/qa/suites/smoke/basic/tasks/mon_thrash.yaml @@ -14,6 +14,7 @@ overrides: - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - \(OSD_SLOW_PING_TIME + - slow request conf: global: ms inject delay max: 1 diff --git a/qa/suites/smoke/basic/tasks/rados_api_tests.yaml b/qa/suites/smoke/basic/tasks/rados_api_tests.yaml index 020b60fddd033..3c77248117ea9 100644 --- a/qa/suites/smoke/basic/tasks/rados_api_tests.yaml +++ b/qa/suites/smoke/basic/tasks/rados_api_tests.yaml @@ -15,6 +15,7 @@ tasks: - \(TOO_FEW_PGS\) - reached quota - but it is still running + - slow request conf: mon: mon warn on pool no app: false diff --git a/qa/suites/smoke/basic/tasks/rados_bench.yaml b/qa/suites/smoke/basic/tasks/rados_bench.yaml index 493858d37d5af..ff0e2bbd5d7dc 100644 --- a/qa/suites/smoke/basic/tasks/rados_bench.yaml +++ b/qa/suites/smoke/basic/tasks/rados_bench.yaml @@ -23,6 +23,7 @@ tasks: - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - \(OSD_SLOW_PING_TIME + - slow request - thrashosds: chance_pgnum_grow: 2 chance_pgnum_shrink: 2 diff --git a/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml b/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml index 94d2ea6b0ff93..f34d3b83f22b2 100644 --- a/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml +++ b/qa/suites/smoke/basic/tasks/rados_cache_snaps.yaml @@ -12,6 +12,7 @@ tasks: - \(OBJECT_ - \(SLOW_OPS\) - \(TOO_FEW_PGS\) + - slow request - thrashosds: chance_pgnum_grow: 2 chance_pgnum_shrink: 2 diff --git a/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml b/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml index b3c956f6bf867..3e87eefb77f70 100644 --- a/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml +++ b/qa/suites/smoke/basic/tasks/rados_ec_snaps.yaml @@ -13,6 +13,7 @@ tasks: - \(OBJECT_ - \(SLOW_OPS\) - \(TOO_FEW_PGS\) + - slow request - thrashosds: chance_pgnum_grow: 3 chance_pgnum_shrink: 2 diff --git a/qa/suites/smoke/basic/tasks/rbd_fsx.yaml b/qa/suites/smoke/basic/tasks/rbd_fsx.yaml index 3297ef5b8aafd..59345670f0f72 100644 --- a/qa/suites/smoke/basic/tasks/rbd_fsx.yaml +++ b/qa/suites/smoke/basic/tasks/rbd_fsx.yaml @@ -12,6 +12,7 @@ overrides: - \(SLOW_OPS\) - \(TOO_FEW_PGS\) - \(OSD_SLOW_PING_TIME + - slow request conf: client: rbd cache: true diff --git a/qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml b/qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml index 0625269eb2f21..099b70c30d8fd 100644 --- a/qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml +++ b/qa/suites/upgrade/mimic-x/parallel/0-cluster/start.yaml @@ -37,6 +37,7 @@ overrides: - \(SLOW_OPS\) - overall HEALTH_ - \(MON_MSGR2_NOT_ENABLED\) + - slow request conf: global: enable experimental unrecoverable data corrupting features: "*" -- 2.39.5