summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/dbstore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* qa/rgw: configure sts for all suites that run s3testsCasey Bodley2024-04-101-0/+2
| | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa/rgw: add new POOL_APP_NOT_ENABLED failures to log-ignorelistCasey Bodley2023-08-241-0/+1
| | | | | | Fixes: https://tracker.ceph.com/issues/62504 Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa/s3tests: make extra_attrs additiveCasey Bodley2023-06-221-2/+1
| | | | | | | | the s3tests.py task is filtering out several attrs by default. but when dbstore uses `extra_attrs` to add 'not fails_on_dbstore', it overwrites those other filters Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa/rgw: dbstore suite uses db for config storeCasey Bodley2023-05-031-0/+1
| | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa/s3tests: run with tox instead of bootstrap+noseCasey Bodley2023-01-231-1/+1
| | | | | | Fixes: https://tracker.ceph.com/issues/58512 Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa/s3tests: add tox task before every s3tests taskCasey Bodley2023-01-221-0/+1
| | | | Signed-off-by: Casey Bodley <cbodley@redhat.com>
* qa: add missing or correct .qa linksPatrick Donnelly2022-09-272-1/+2
| | | | | | find qa/suites/ -type d -execdir ln -sfT ../.qa/ {}/.qa \; Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
* rgw: add .yaml that configures s3tests branch for rgw suiteAli Maredia2022-07-122-1/+1
| | | | Signed-off-by: Ali Maredia <amaredia@redhat.com>
* rgw/dbstore: change default value of dbstore_db_dir to /var/lib/ceph/radosgw0xavi02022-05-311-2/+3
| | | | | | | | | | | | | | Changes a few NULL to nullptr. Adds std::filesystem for path building so they're platform independant. Fixes a bug for DBStoreManager's second constructor not creating the DB. Adds unit tests to test DB path and prefix. Fixes: https://tracker.ceph.com/issues/55731 Signed-off-by: 0xavi0 <xavi.garcia@suse.com>
* rgw/qa: Run s3tests on dbstore backend in teuthologySoumya Koduri2022-05-216-0/+31
Add a new test-suite to run s3tests on dbstore backend. Signed-off-by: Soumya Koduri <skoduri@redhat.com>