Skip to content

Commit 2e27aae

Browse files
authored
Merge pull request ceph#60947 from idryomov/wip-67759
qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove} Reviewed-by: N Balachandran <[email protected]> Reviewed-by: Laura Flores <[email protected]>
2 parents a5fadac + 27fc12b commit 2e27aae

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)