summaryrefslogtreecommitdiffstats
path: root/qa (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | qa/suites/crimson-rados: make use of crimson_osd_objectstoreMatan Breizman2024-12-1919-15/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matan Breizman <mbreizma@redhat.com>
* | | | | | | | | | rbd: handle --{group,image}-namespace in "rbd group image {add,rm}"Ilya Dryomov2024-12-201-0/+5
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only passing the namespace as part of the group or image spec works. If --group-namespace or --image-namespace options are used, the namespace isn't picked up. Fixes: https://tracker.ceph.com/issues/69324 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | | | | | | | Merge pull request #60431 from VallariAg/fix-nvmeof-ns-testVallari Agrawal2024-12-1913-53/+128
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | qa: fix nvmeof scalability and namespace test
| * | | | | | | | | qa/suites/nvmeof/thrash: add 10-subsys-90-namespace-no_huge_pages.yamlVallari Agrawal2024-11-262-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add test for no-huge-pages by using config "spdk_mem_size: 4096" in 10 subsystems and 90 namespaces each setup. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/workunits/nvmeof/basic_tests.sh: Assert number of devicesVallari Agrawal2024-11-261-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check number of devices connected after connect-all. It should be equal to number of namespaces created. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/workunits/nvmeof/setup_subsystem.sh: add list_namespaces() funcVallari Agrawal2024-11-261-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add list_namespaces function which could be useful for debugging later. Remove extra call of list_subsystems so it's only logged once after subsystems are completely setup. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/tasks/nvmeof.py: Improve thrasher and rbd image creationVallari Agrawal2024-11-262-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create rbd images in one command using ";" to queue them, instead of running "cephadm shell -- rbd create" again and again for each image. Improve the method to select to-be-thrashed daemons. Use randint() and sample(), instead of weights/skip. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suites/nvmeof/thrasher: use 120 subsystems and 8 ns eachVallari Agrawal2024-11-263-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For tharsher test: 1. Run it on 120 subsystems with 8 namespaces each 2. Run FIO for 20 mins (instead of 15mins) 2. Run FIO for few randomly picked devices (using `--random_devices 200`) Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suites/nvmeof/thrash: Add "is unavailable" to log-ignorelistVallari Agrawal2024-11-264-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit also: - Remove --rbd_iostat from thrasher fio - Log iteration details before printing stats in nvmeof_tharsher Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suites/nvmeof/basic: use default image in nvmeof_initiator.yamlVallari Agrawal2024-11-261-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of using quay.io/ceph/nvmeof:latest, use default image in ceph build. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suite/nvmeof/thrash: increase number of thrashingVallari Agrawal2024-11-262-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Run fio for 15 mins (instead of 10min). - nvmeof.py: change daemon_max_thrash_times default from 3 to 5 - nvmeof.py: run nvme list in do_checks() Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suite/nvmeof: add asserts to scalability_test.shVallari Agrawal2024-11-262-13/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add assertions to 'status_checks()' function. Use "apply" and "redeploy", instead of "orch rm" and "apply" to upscale/downscale gateways. Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
| * | | | | | | | | qa/suites/nvmeof: fix nvmeof_namespaces.yamlVallari Agrawal2024-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When basic_tests.sh is executed in parallel with namespace_test.sh, sometimes namespace_test.sh starts before fio_test.sh which would break the test. So this change ensures "fio_test.sh" is started before and executed in parallel with "namespace_test.sh". Signed-off-by: Vallari Agrawal <vallari.agrawal@ibm.com>
* | | | | | | | | | qa/standalone/scrub: fix TEST_periodic_scrub_replicatedRonen Friedman2024-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A bogus change introduced as part of PR#54363 (commit fbb7d73) changed multiple 'scrub' commands to 'scheduled-scrub'. In this one instance - that was wrong. Fixes: https://tracker.ceph.com/issues/69276 Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
* | | | | | | | | | Merge pull request #60798 from rhcs-dashboard/edit-configuration-at-runtimeafreen232024-12-171-0/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mgr/dashboard: Administration > Configuration > rgw_dns_name and rgw_dns_s3website_name not updatable via dashboard Reviewed-by: Afreen Misbah <afreen@ibm.com>
| * | | | | | | | | | mgr/dashboard: Administration > Configuration > Some of the config options ↵Naman Munet2024-12-161-0/+12
| | |_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are not updatable at runtime Fixes: https://tracker.ceph.com/issues/68976 Fixes Includes: 1) by-passing 'can_update_at_runtime' flag for 'rgw' related configurations as the same can be updated at runtime via CLI. Also implemented a warning popup for user to make force edit to rgw related configurations. 2) when navigated to Administration >> Configuration, modified configuration will be seen as we see in cli "ceph config dump", instead of configuration with filter level:basic Signed-off-by: Naman Munet <naman.munet@ibm.com>
* | | | | | | | | | qa/rgw: force Hadoop to run under Java 1.8J. Eric Ivancich2024-12-161-0/+1
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Hadoop test installs Java 1.8 but then just runs the default version. This makes sure it will run the version it installed. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
* | | | | | | | | Merge pull request #61085 from ivancich/wip-fix-apache-pullsJ. Eric Ivancich2024-12-163-5/+23
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | qa/rgw: pull Apache artifacts from mirror instead of archive.apache.org Reviewed-by: Casey Bodley <cbodley@redhat.com>
| * | | | | | | | qa/rgw: pull Apache artifacts from mirror instead of archive.apache.orgJ. Eric Ivancich2024-12-143-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently maven and kafka are pulled from archive.apache.org. This uses Apache's "closer" calculator to find a mirror to use instead. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
* | | | | | | | | Merge pull request #60635 from cah-hbaum/fix-subuser-creation-via-dashboardafreen232024-12-161-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mgr: fix subuser creation via dashboard Reviewed-by: Afreen Misbah <afreen@ibm.com>
| * | | | | | | | | mgr: fix subuser creation via dashboardHannes Baum2024-12-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Subusers couldn't be created through the dashboard, because the get call was overwritten with Python magic due to it being the function under the HTTP call. The get function was therefore split into an "external" and "internal" function, whereas one can be used by functions without triggering the magic. Since the user object was then returned correctly, json.loads could be removed. Signed-off-by: Hannes Baum <hannes.baum@cloudandheat.com>
* | | | | | | | | | Merge pull request #61079 from idryomov/wip-69178Ilya Dryomov2024-12-151-0/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | librbd/migration/HttpClient: avoid reusing ssl_stream after shut down Reviewed-by: Ramana Raja <rraja@redhat.com>
| * | | | | | | | | | librbd/migration/HttpClient: avoid reusing ssl_stream after shut downIlya Dryomov2024-12-131-0/+8
| | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssl_stream objects can't be reused after shut down: despite a successful reconnect and handshake, any attempt to read or write fails with "end of stream" (beast.http:1) or "protocol is shutdown" (asio.ssl:337690831) error respectively. This doesn't appear to be documented, but Beast and ASIO authors both mention that the stream must be destroyed and recreated [1][2]. This was missed because the only integration test with a big enough image used http instead of https. [1] https://github.com/boostorg/beast/issues/821#issuecomment-338354949 [2] https://github.com/chriskohlhoff/asio/issues/804#issuecomment-872746894 Fixes: https://tracker.ceph.com/issues/69178 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | | | | | | | | Merge pull request #60964 from cyx1231st/wip-crimson-msgr-debugMatan Breizman2024-12-151-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | crimson/net: log adjustment / enable ms debug Reviewed-by: Matan Breizman <mbreizma@redhat.com>
| * | | | | | | | | qa/config/crimson_qa_overrides: enable ms debugYingxin Cheng2024-12-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
* | | | | | | | | | Merge pull request #61034 from aclamk/wip-aclamk-jenkins-reduced-unittest-bluefsAdam Kupczyk2024-12-131-0/+8
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | os/bluestore: Make some unittest_bluefs runs lighter on jenkins
| * | | | | | | | | qa/suites/rados: Add ceph_test_bluefsAdam Kupczyk2024-12-131-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | unittest_bluefs was difficult for jenkins make check. On jenkins disable the most resource hungry tests. Make test on teuthology that tests everything. Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
* | | | | | | | | | Merge pull request #60770 from ↵Yingxin Cheng2024-12-131-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Matan-B/wip-matanb-crimson-enable-alienstore-debug qa/config/crimson_qa_overrides: enable alienstore debug Reviewed-by: Aishwarya Mathuria <amathuri@redhat.com>
| * | | | | | | | | | qa/config/crimson_qa_overrides: enable alienstore debugMatan Breizman2024-11-191-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matan Breizman <mbreizma@redhat.com>
* | | | | | | | | | qa/rgw: force s3 java tests to run gradle on Java 8J. Eric Ivancich2024-12-111-0/+1
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously gradle would run using the default Java version. This looks for Java 8 using `alternatives` and sets JAVA_HOME to the corresponding directory prior to launching gradle. Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
* | | | | | | | | Merge pull request #60928 from adk3798/fix-nvme-loop-parsingAdam King2024-12-101-6/+105
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa/tasks/nvme_loop: update task to work with new nvme list format Reviewed-by: Laura Flores <lflores@ibm.com>
| * | | | | | | | | qa/tasks/nvme_loop: update task to work with new nvme list formatAdam King2024-12-041-6/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically on some centos 9 tests, we've seen that a newer version of some nvme related package is causing this task to fail with "KeyError: 'DevicePath'" due to the format of the output of the nvme list command changing. This patch adds handling for the new format we've seen while also still supporting the old format (necessary for the tests running on ubuntu). Fixes: https://tracker.ceph.com/issues/69067 Signed-off-by: Adam King <adking@redhat.com>
* | | | | | | | | | Merge pull request #60773 from pritha-srivastava/wip-rgw-revert-auth-codeCasey Bodley2024-12-109-0/+23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "rgw/auth: Fix the return code returned by AuthStrategy," Reviewed-by: Casey Bodley <cbodley@redhat.com>
| * | | | | | | | | | qa/rgw/sts: run s3tests against both auth ordersCasey Bodley2024-11-253-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
| * | | | | | | | | | qa/rgw/keystone: run s3tests against both auth ordersCasey Bodley2024-11-256-0/+12
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we've only been testing the default configuration for `rgw_s3_auth_order: sts, external, local`, but local before external should work too. split the s3tests task into two jobs, one for each auth order relates to https://tracker.ceph.com/issues/68393 Signed-off-by: Casey Bodley <cbodley@redhat.com>
* | | | | | | | | | Merge pull request #60968 from cbodley/wip-69134Casey Bodley2024-12-102-3/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa/rgw: bump keystone/barbican from 2023.1 to 2024.1 Reviewed-by: Shilpa Jagannath <smanjara@redhat.com>
| * | | | | | | | | | qa/rgw: bump keystone/barbican from 2023.1 to 2024.1Casey Bodley2024-12-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* | | | | | | | | | | Merge pull request #59808 from yuvalif/wip-yuval-bucket-logging3Yuval Lifshitz2024-12-1013-3/+62
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rgw/logging: add support for GetBucketLogging and PutBucketLogging Reviewed-By: Anthony D'Atri <anthony.datri@gmail.com>, Adam Emerson <aemerson@ibm.com>, Casey Bodley <cbodley@ibm.com>
| * | | | | | | | | | | test/rgw/logging: add bucket logging test suite to teuthologyYuval Lifshitz2024-12-0813-3/+62
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this is depended with this s3test PR: https://github.com/ceph/s3-tests/pull/576 Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
* | | | | | | | | | | Merge pull request #60927 from ljflores/wip-tracker-69107Kamoltat (Junior) Sirivadhna2024-12-092-3/+6
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa/workunits/mon: ensure election strategy is "connectivity" for stretch mode Reviewed-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
| * | | | | | | | | | | qa/workunits/mon: ensure election strategy is "connectivity" for stretch modeLaura Flores2024-12-032-3/+6
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The election strategy is randomly chosen for this type of test. Sometimes, the test passes if the "connectivity" election strategy happens to be picked. But if a different strategy, i.e. "classic", is picked, then the test will fail. We can ensure that the election strategy is "connectivity" by setting it in the workunit with the ceph CLI command. Although connectivity was specified in stretch-mode-5-mons-8-osds.yaml, that config ultimately gets overridden by the "qa/mon_config" yaml. Fixes: https://tracker.ceph.com/issues/69107 Signed-off-by: Laura Flores <lflores@ibm.com>
* | | | | | | | | | | radosgw-admin: bucket link/unlink support accountsCasey Bodley2024-12-061-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | buckets are owned by accounts instead of their individual users add support for --account-id to 'bucket link' and 'bucket unlink' reject 'bucket link' when the requested --uid belongs to an account Fixes: https://tracker.ceph.com/issues/69042 Signed-off-by: Casey Bodley <cbodley@redhat.com>
* | | | | | | | | | | Merge pull request #59383 from joscollin/wip-B67360-counters-set-on-mds-failedMilind Changire2024-12-061-4/+28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | qa: restrict 'perf dump' on active mds only
| * | | | | | | | | | qa: restrict 'perf dump' on active mdsJos Collin2024-09-121-4/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: https://tracker.ceph.com/issues/67360 Signed-off-by: Jos Collin <jcollin@redhat.com>
* | | | | | | | | | | Merge pull request #60947 from idryomov/wip-67759Ilya Dryomov2024-12-056-0/+12
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove} Reviewed-by: N Balachandran <nibalach@redhat.com> Reviewed-by: Laura Flores <lflores@ibm.com>
| * | | | | | | | | | qa/suites/upgrade/*-x: skip TestClsRbd.group_snap_{set,remove}Ilya Dryomov2024-12-046-0/+12
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/rados/thrash-old-clients: skip TestClsRbd.group_snap_{set,remove}Ilya Dryomov2024-12-041-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/68588 Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | | | | | | | | qa/suites/rados/thrash-old-clients: switch to cls/test_cls_rbd.sh workunitIlya Dryomov2024-12-041-3/+4
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For consistency with other upgrade jobs, don't invoke ceph_test_cls_rbd directly. While at it, drop a long outdated filter. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
* | | / / / / / / qa/multisite: enable two zonegroup yamlShilpa Jagannath2024-12-031-1/+1
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
* | | | | | | | qa/rgw: the rgw/verify suite runs java tests lastCasey Bodley2024-11-221-0/+0
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a band-aid for https://tracker.ceph.com/issues/68991 to make sure all other tests run before the failing java tests Signed-off-by: Casey Bodley <cbodley@redhat.com>