From: Ilya Dryomov Date: Wed, 4 Dec 2024 11:21:35 +0000 (+0100) Subject: qa/suites/rados/thrash-old-clients: skip TestClsRbd.group_snap_{set,remove} X-Git-Tag: testing/wip-vshankar-testing-20241219.063429-debug~89^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cc8ad9acb47651ae13dcd75b99994aa979f6cc6c;p=ceph-ci.git qa/suites/rados/thrash-old-clients: skip TestClsRbd.group_snap_{set,remove} These tests assert on the number of keys on the group header object, which changed with commits ec6224db3e55 ("cls/rbd: save group snapshot creation order in a new key") and 3662bc7b3dc3 ("cls/rbd: save max group snap order"). Fixes: https://tracker.ceph.com/issues/68588 Signed-off-by: Ilya Dryomov --- diff --git a/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml index e7fee084e46..b916bed1475 100644 --- a/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml +++ b/qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml @@ -6,3 +6,5 @@ tasks: clients: client.2: - cls/test_cls_rbd.sh + env: + CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'