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: v20.2.2~10^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b02209de5c41b6b5a408b528014e850bfd6401a;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 (cherry picked from commit eb433c57ead239eb819ddff5fda8a1322ea66b94) --- diff --git a/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml b/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml index bb9bedd3353..ba21e1144ba 100644 --- a/qa/suites/upgrade/reef-x/parallel/workload/test_rbd_api.yaml +++ b/qa/suites/upgrade/reef-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/reef-x/stress-split/3-stress-tasks/rbd_api.yaml b/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml index 7360c5dfcf5..627527a6352 100644 --- a/qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd_api.yaml +++ b/qa/suites/upgrade/reef-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: reef 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