From: Kefu Chai Date: Tue, 24 Apr 2018 02:10:51 +0000 (+0800) Subject: qa/suite: whitelist PG_AVAILABILITY in rados_api_tests.yaml X-Git-Tag: v13.1.0~129^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cdcbd47e1e3aafe5d9217956b6db25144bd86c9f;p=ceph.git qa/suite: whitelist PG_AVAILABILITY in rados_api_tests.yaml pg will be created when increasing pgp-num and pg-num. so at that moment, PG_AVAILABILITY is reported. so whitelist it in all tests which run rados/test.sh. that script exercises ceph_test_rados_api_list. Fixes: http://tracker.ceph.com/issues/23763 Signed-off-by: Kefu Chai --- diff --git a/qa/suites/powercycle/osd/tasks/rados_api_tests.yaml b/qa/suites/powercycle/osd/tasks/rados_api_tests.yaml index 9dee3a4ac2ee5..4899bf1644b8a 100644 --- a/qa/suites/powercycle/osd/tasks/rados_api_tests.yaml +++ b/qa/suites/powercycle/osd/tasks/rados_api_tests.yaml @@ -3,6 +3,7 @@ overrides: log-whitelist: - reached quota - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) conf: mon: mon warn on pool no app: false diff --git a/qa/suites/rados/basic/tasks/rados_api_tests.yaml b/qa/suites/rados/basic/tasks/rados_api_tests.yaml index 79c5d05114eda..b90d80899e3d4 100644 --- a/qa/suites/rados/basic/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/basic/tasks/rados_api_tests.yaml @@ -4,11 +4,12 @@ overrides: - reached quota - but it is still running - overall HEALTH_ - - (POOL_FULL) - - (SMALLER_PGP_NUM) - - (CACHE_POOL_NO_HIT_SET) - - (CACHE_POOL_NEAR_FULL) - - (POOL_APP_NOT_ENABLED) + - \(POOL_FULL\) + - \(SMALLER_PGP_NUM\) + - \(CACHE_POOL_NO_HIT_SET\) + - \(CACHE_POOL_NEAR_FULL\) + - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) conf: client: debug ms: 1 diff --git a/qa/suites/rados/thrash/workloads/rados_api_tests.yaml b/qa/suites/rados/thrash/workloads/rados_api_tests.yaml index c12009c6afd4d..3bf6928f77502 100644 --- a/qa/suites/rados/thrash/workloads/rados_api_tests.yaml +++ b/qa/suites/rados/thrash/workloads/rados_api_tests.yaml @@ -3,6 +3,7 @@ overrides: log-whitelist: - reached quota - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) crush_tunables: hammer conf: client: diff --git a/qa/suites/rados/verify/tasks/rados_api_tests.yaml b/qa/suites/rados/verify/tasks/rados_api_tests.yaml index 11a64a50b023e..80f4a2095d91a 100644 --- a/qa/suites/rados/verify/tasks/rados_api_tests.yaml +++ b/qa/suites/rados/verify/tasks/rados_api_tests.yaml @@ -9,6 +9,7 @@ overrides: - \(SLOW_OPS\) - \(CACHE_POOL_NEAR_FULL\) - \(POOL_APP_NOT_ENABLED\) + - \(PG_AVAILABILITY\) conf: client: debug ms: 1