From: Casey Bodley Date: Wed, 22 Jan 2025 15:58:33 +0000 (-0500) Subject: qa/rgw: run-s3tests.sh disables bucket logging tests X-Git-Tag: v20.3.0~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ae133fe46d7c6a78051834c5f2446c33232f4d17;p=ceph.git qa/rgw: run-s3tests.sh disables bucket logging tests this workunit is supposed to work out of the box against vstart, so needs to track new markers that fail by default Signed-off-by: Casey Bodley --- diff --git a/qa/workunits/rgw/run-s3tests.sh b/qa/workunits/rgw/run-s3tests.sh index 727bef9ebc44..a5a26f64a080 100755 --- a/qa/workunits/rgw/run-s3tests.sh +++ b/qa/workunits/rgw/run-s3tests.sh @@ -30,7 +30,7 @@ cd $dir git clone https://github.com/ceph/s3-tests cd s3-tests git checkout ceph-$branch -S3TEST_CONF=s3tests.conf.SAMPLE tox -- -m "not fails_on_rgw and not sse_s3 and not lifecycle_expiration and not test_of_sts and not webidentity_test" -v +S3TEST_CONF=s3tests.conf.SAMPLE tox -- -m "not fails_on_rgw and not sse_s3 and not lifecycle_expiration and not test_of_sts and not webidentity_test and not fails_without_logging_rollover" -v cd ../.. rm -rf $dir