Skip to content

Commit 27fc12b

Browse files
committed
qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove}
These tests assert on the number of keys on the group header object, which changed with commits ec6224d ("cls/rbd: save group snapshot creation order in a new key") and 3662bc7 ("cls/rbd: save max group snap order"). Fixes: https://tracker.ceph.com/issues/67759 Signed-off-by: Ilya Dryomov <[email protected]>
1 parent c609ce5 commit 27fc12b

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

qa/suites/upgrade/quincy-x/parallel/workload/rados_api.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ workload:
99
clients:
1010
client.0:
1111
- cls
12+
env:
13+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1214
- print: "**** done end rados_api.yaml"

qa/suites/upgrade/quincy-x/stress-split/2-first-half-tasks/rbd-cls.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ first-half-tasks:
77
clients:
88
client.0:
99
- cls/test_cls_rbd.sh
10+
env:
11+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1012
- print: "**** done cls/test_cls_rbd.sh 5-workload"

qa/suites/upgrade/quincy-x/stress-split/3-stress-tasks/rbd-cls.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ stress-tasks:
77
clients:
88
client.0:
99
- cls/test_cls_rbd.sh
10+
env:
11+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1012
- print: "**** done cls/test_cls_rbd.sh 5-workload"

qa/suites/upgrade/reef-x/parallel/workload/rados_api.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ workload:
99
clients:
1010
client.0:
1111
- cls
12+
env:
13+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1214
- print: "**** done end rados_api.yaml"

qa/suites/upgrade/reef-x/stress-split/2-first-half-tasks/rbd-cls.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ first-half-tasks:
77
clients:
88
client.0:
99
- cls/test_cls_rbd.sh
10+
env:
11+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1012
- print: "**** done cls/test_cls_rbd.sh 5-workload"

qa/suites/upgrade/reef-x/stress-split/3-stress-tasks/rbd-cls.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ stress-tasks:
77
clients:
88
client.0:
99
- cls/test_cls_rbd.sh
10+
env:
11+
CLS_RBD_GTEST_FILTER: '-TestClsRbd.group_snap_set:TestClsRbd.group_snap_remove'
1012
- print: "**** done cls/test_cls_rbd.sh 5-workload"

0 commit comments

Comments
 (0)