qa: ignore POOL_FULL for rbd tests exercising full pools

Fixes: https://tracker.ceph.com/issues/76586
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
This commit is contained in:
Patrick Donnelly 2026-05-13 14:29:43 -04:00
parent 30a1b94abe
commit eb433c57ea
No known key found for this signature in database
GPG Key ID: 053758C0A8A3CE2F
4 changed files with 28 additions and 0 deletions

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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