]> 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>
Thu, 23 Jul 2026 22:51:10 +0000 (15:51 -0700)
commit6d3ce60eff68a20149f53e24316e1becae4723fa
tree12a4a60f7128db673612e99db54dc318d3d14238
parentbf7fde4f8e3fd15e6cfcea4d35e1bab379cc0967
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>
(cherry picked from commit c9ac93fdbbd5c8401e43cf297b43b8a85d2bd1bc)
qa/overrides/upgrade_ignorelist_health.yaml