From cc8ad9acb47651ae13dcd75b99994aa979f6cc6c Mon Sep 17 00:00:00 2001 From: Ilya Dryomov Date: Wed, 4 Dec 2024 12:21:35 +0100 Subject: [PATCH] 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 --- qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.39.5