From eb433c57ead239eb819ddff5fda8a1322ea66b94 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 13 May 2026 14:29:43 -0400 Subject: [PATCH] qa: ignore POOL_FULL for rbd tests exercising full pools Fixes: https://tracker.ceph.com/issues/76586 Signed-off-by: Patrick Donnelly --- .../upgrade/squid-x/parallel/workload/test_rbd_api.yaml | 7 +++++++ .../squid-x/stress-split/3-stress-tasks/rbd_api.yaml | 7 +++++++ .../upgrade/tentacle-x/parallel/workload/test_rbd_api.yaml | 7 +++++++ .../tentacle-x/stress-split/3-stress-tasks/rbd_api.yaml | 7 +++++++ 4 files changed, 28 insertions(+) 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 2a02e06eb09e..1d35864aca50 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 ee938dfded6e..5818bcdaf2ad 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 7bef00295b43..6914b1a83d56 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 cac81c43ee63..9a7f8fa2e752 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 -- 2.47.3