Skip to content

Commit

Permalink
qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove}
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
idryomov committed Dec 4, 2024
1 parent c609ce5 commit 27fc12b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qa/suites/upgrade/quincy-x/parallel/workload/rados_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 2 additions & 0 deletions qa/suites/upgrade/reef-x/parallel/workload/rados_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 27fc12b

Please sign in to comment.