]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commitc9ac93fdbbd5c8401e43cf297b43b8a85d2bd1bc
tree254ea0d90f596ae7e902d0e830017d96eb479ac4
parentb1224d5d6b8f68bfe9724843253bd8d4a26e3f71
qa/tests: fix POOL_FULL ignorelist pattern in upgrade tests

\(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