From: Ilya Dryomov Date: Mon, 14 Aug 2023 11:16:59 +0000 (+0200) Subject: qa/suites/upgrade/octopus-x: skip TestClsRbd.mirror_snapshot test X-Git-Tag: v16.2.14~20^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b8805ccc46a2c1b012fe8e03804f29fc3205e514;p=ceph.git qa/suites/upgrade/octopus-x: skip TestClsRbd.mirror_snapshot test The behavior of the class method changed in reef; the change was backported to pacific and quincy. An octopus test binary used against pacific OSDs produces an expected failure: [ RUN ] TestClsRbd.mirror_snapshot .../ceph-15.2.17/src/test/cls_rbd/test_cls_rbd.cc:2279: Failure Expected equality of these values: -85 mirror_image_snapshot_unlink_peer(&ioctx, oid, 1, "peer2") Which is: 0 [ FAILED ] TestClsRbd.mirror_snapshot (6 ms) Fixes: https://tracker.ceph.com/issues/62437 Signed-off-by: Ilya Dryomov --- diff --git a/qa/suites/upgrade/octopus-x/parallel/workload/rados_api.yaml b/qa/suites/upgrade/octopus-x/parallel/workload/rados_api.yaml index f18e7d98db699..2f0ca39743a61 100644 --- a/qa/suites/upgrade/octopus-x/parallel/workload/rados_api.yaml +++ b/qa/suites/upgrade/octopus-x/parallel/workload/rados_api.yaml @@ -9,4 +9,6 @@ workload: clients: client.0: - cls + env: + CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: "**** done end rados_api.yaml" diff --git a/qa/suites/upgrade/octopus-x/stress-split-no-cephadm/4-workload/rbd-cls.yaml b/qa/suites/upgrade/octopus-x/stress-split-no-cephadm/4-workload/rbd-cls.yaml index 07ab6e10ec970..7e9a14846cf9c 100644 --- a/qa/suites/upgrade/octopus-x/stress-split-no-cephadm/4-workload/rbd-cls.yaml +++ b/qa/suites/upgrade/octopus-x/stress-split-no-cephadm/4-workload/rbd-cls.yaml @@ -7,4 +7,6 @@ stress-tasks: clients: client.0: - cls/test_cls_rbd.sh + env: + CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: "**** done cls/test_cls_rbd.sh 5-workload" diff --git a/qa/suites/upgrade/octopus-x/stress-split/2-first-half-tasks/rbd-cls.yaml b/qa/suites/upgrade/octopus-x/stress-split/2-first-half-tasks/rbd-cls.yaml index ffe09dc74102b..8f36a134be92a 100644 --- a/qa/suites/upgrade/octopus-x/stress-split/2-first-half-tasks/rbd-cls.yaml +++ b/qa/suites/upgrade/octopus-x/stress-split/2-first-half-tasks/rbd-cls.yaml @@ -7,4 +7,6 @@ first-half-tasks: clients: client.0: - cls/test_cls_rbd.sh + env: + CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: "**** done cls/test_cls_rbd.sh 5-workload" diff --git a/qa/suites/upgrade/octopus-x/stress-split/3-stress-tasks/rbd-cls.yaml b/qa/suites/upgrade/octopus-x/stress-split/3-stress-tasks/rbd-cls.yaml index 07ab6e10ec970..7e9a14846cf9c 100644 --- a/qa/suites/upgrade/octopus-x/stress-split/3-stress-tasks/rbd-cls.yaml +++ b/qa/suites/upgrade/octopus-x/stress-split/3-stress-tasks/rbd-cls.yaml @@ -7,4 +7,6 @@ stress-tasks: clients: client.0: - cls/test_cls_rbd.sh + env: + CLS_RBD_GTEST_FILTER: '*:-TestClsRbd.mirror_snapshot' - print: "**** done cls/test_cls_rbd.sh 5-workload"