]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/suites/rados/thrash-old-clients: skip TestClsRbd.group_snap_{set,remove}
authorIlya Dryomov <idryomov@gmail.com>
Wed, 4 Dec 2024 11:21:35 +0000 (12:21 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 4 Dec 2024 11:36:32 +0000 (12:36 +0100)
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 <idryomov@gmail.com>
qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml

index e7fee084e46c8a2124fbd960412e1d041adbf733..b916bed1475b8fda683fdb46ff1ac3da183c25f7 100644 (file)
@@ -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'