diff options
author | Ilya Dryomov <idryomov@gmail.com> | 2024-12-04 12:21:35 +0100 |
---|---|---|
committer | Ilya Dryomov <idryomov@gmail.com> | 2024-12-04 12:36:32 +0100 |
commit | cc8ad9acb47651ae13dcd75b99994aa979f6cc6c (patch) | |
tree | 2683c3b0fd63e4df2840ebc8bdfc4931a709d9e3 /qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml | |
parent | qa/suites/rados/thrash-old-clients: switch to cls/test_cls_rbd.sh workunit (diff) | |
download | ceph-cc8ad9acb47651ae13dcd75b99994aa979f6cc6c.tar.xz ceph-cc8ad9acb47651ae13dcd75b99994aa979f6cc6c.zip |
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 <idryomov@gmail.com>
Diffstat (limited to 'qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml')
-rw-r--r-- | qa/suites/rados/thrash-old-clients/workloads/rbd_cls.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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' |