From: Patrick Donnelly Date: Wed, 13 May 2026 18:29:43 +0000 (-0400) Subject: qa: ignore POOL_FULL for rbd tests exercising full pools X-Git-Tag: v21.0.1~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F68899%2Fhead;p=ceph.git qa: ignore POOL_FULL for rbd tests exercising full pools Fixes: https://tracker.ceph.com/issues/76586 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml b/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml index 2a02e06eb09..1d35864aca5 100644 --- a/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml +++ b/qa/suites/upgrade/squid-x/parallel/workload/test_rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full workload: full_sequential: - print: "**** done start test_rbd_api.yaml" diff --git a/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml index ee938dfded6..5818bcdaf2a 100644 --- a/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full stress-tasks: - workunit: branch: squid diff --git a/qa/suites/upgrade/tentacle-x/parallel/workload/test_rbd_api.yaml b/qa/suites/upgrade/tentacle-x/parallel/workload/test_rbd_api.yaml index 7bef00295b4..6914b1a83d5 100644 --- a/qa/suites/upgrade/tentacle-x/parallel/workload/test_rbd_api.yaml +++ b/qa/suites/upgrade/tentacle-x/parallel/workload/test_rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - is full + - pool.*full workload: full_sequential: - print: "**** done start test_rbd_api.yaml" diff --git a/qa/suites/upgrade/tentacle-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/tentacle-x/stress-split/3-stress-tasks/rbd_api.yaml index cac81c43ee6..9a7f8fa2e75 100644 --- a/qa/suites/upgrade/tentacle-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/tentacle-x/stress-split/3-stress-tasks/rbd_api.yaml @@ -1,6 +1,13 @@ meta: - desc: | librbd C and C++ api tests +overrides: + ceph: + log-ignorelist: + # TestLibRBD.RemoveFullTryDataPool + - POOL_FULL + - pool.*full + - is full stress-tasks: - workunit: branch: tentacle