]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove} 60947/head
authorIlya Dryomov <idryomov@gmail.com>
Wed, 4 Dec 2024 11:59:07 +0000 (12:59 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Wed, 4 Dec 2024 12:00:02 +0000 (13:00 +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/67759
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
qa/suites/upgrade/quincy-x/parallel/workload/rados_api.yaml
qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd-cls.yaml
qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd-cls.yaml
qa/suites/upgrade/reef-x/parallel/workload/rados_api.yaml
qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/rbd-cls.yaml
qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd-cls.yaml

index 9c2ff9da185ee1e9f17b7e5199195a4160867f03..9a0585cc074697d9e15966c00654bce67710df80 100644 (file)
@@ -9,4 +9,6 @@ workload:
         clients:
           client.0:
             - cls
+        env:
+          CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
     - print: "**** done end rados_api.yaml"
index b722f18736183dede9c7c2cd3f61bfb1cf5dcb16..a55dddf46f72102770458b4c5404a3dac46fa970 100644 (file)
@@ -7,4 +7,6 @@ first-half-tasks:
     clients:
       client.0:
         - cls/test_cls_rbd.sh
+    env:
+      CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
 - print: "**** done cls/test_cls_rbd.sh 5-workload"
index 649b024a476e53feae524fb095b085fbd7a377de..d54ba8039d0871f8a827153f5a7781af22ab2a29 100644 (file)
@@ -7,4 +7,6 @@ stress-tasks:
     clients:
       client.0:
         - cls/test_cls_rbd.sh
+    env:
+      CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
 - print: "**** done cls/test_cls_rbd.sh 5-workload"
index a46e34db5dd957ce0726ec3d3469f1ef7e69b911..79cf1a96601ae72e77541cca39c3d088ee81182f 100644 (file)
@@ -9,4 +9,6 @@ workload:
         clients:
           client.0:
             - cls
+        env:
+          CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
     - print: "**** done end rados_api.yaml"
index f092096f444dda82a946e70a5e68dde45742de97..79ad2af8ea14a7f4682ba449e98f7796f5520e79 100644 (file)
@@ -7,4 +7,6 @@ first-half-tasks:
     clients:
       client.0:
         - cls/test_cls_rbd.sh
+    env:
+      CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
 - print: "**** done cls/test_cls_rbd.sh 5-workload"
index 05bb672b3ac79a9e3b277eb8934ed51927e4e6ad..166327a58f9edb845d136afe301db6d6b83e9750 100644 (file)
@@ -7,4 +7,6 @@ stress-tasks:
     clients:
       client.0:
         - cls/test_cls_rbd.sh
+    env:
+      CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
 - print: "**** done cls/test_cls_rbd.sh 5-workload"