]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests: fix POOL_FULL ignorelist pattern in upgrade tests
authorYuri Weinstein <yweinste@redhat.com>
Fri, 10 Jul 2026 15:53:36 +0000 (08:53 -0700)
committerYuri Weinstein <yweinste@redhat.com>
Fri, 10 Jul 2026 15:53:36 +0000 (08:53 -0700)
\(POOL_FULL\) only matches the "Health check failed/update" cluster-log
format (code wrapped in parens). It misses the "Health check cleared"
format, where the code is not parenthesized (see src/mon/Monitor.cc),
so a pool clearing its full state mid-upgrade-test was not ignorelisted.
Drop the escaped parens so the pattern matches both forms, consistent
with other bare entries already in this file (OSD_ROOT_DOWN,
MDS_INSUFFICIENT_STANDBY).

Fixes: https://tracker.ceph.com/issues/78149
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/overrides/upgrade_ignorelist_health.yaml

index 4cefcafc06c81b00df0cedbbe4416b1938e6d097..15c29c6d8a8d4488aac8c78f6870641547c234f7 100644 (file)
@@ -7,7 +7,7 @@ overrides:
       - reached quota
       - overall HEALTH_
       - \(CACHE_POOL_NO_HIT_SET\)
-      - \(POOL_FULL\)
+      - POOL_FULL
       - \(SMALLER_PGP_NUM\)
       - \(SLOW_OPS\)
       - \(CACHE_POOL_NEAR_FULL\)