ceph / s3-tests

Compatibility tests for S3 clones
MIT License
299 stars 288 forks source link

rgw:modify testcase rgw header when bucket or user quota is disabled #603

Closed ArbitCode closed 1 week ago

ArbitCode commented 1 week ago

By default quota is disable at user/bucket level. if quota is disable then these value will not return so need to modify test_head_bucket_usages

'X-RGW-Quota-User-Size'
'X-RGW-Quota-User-Objects'
'X-RGW-Quota-Bucket-Size'
'X-RGW-Quota-Bucket-Objects'

to Fix: https://tracker.ceph.com/issues/68211

Signed-off-by: Raja Sharma raja@ibm.com

Tracker: https://tracker.ceph.com/issues/68211

Contribution Guidelines

Checklist

Show available Jenkins commands - `jenkins retest this please` - `jenkins test classic perf` - `jenkins test crimson perf` - `jenkins test signed` - `jenkins test make check` - `jenkins test make check arm64` - `jenkins test submodules` - `jenkins test dashboard` - `jenkins test dashboard cephadm` - `jenkins test api` - `jenkins test docs` - `jenkins render docs` - `jenkins test ceph-volume all` - `jenkins test ceph-volume tox` - `jenkins test windows` - `jenkins test rook e2e`
cbodley commented 1 week ago

cherry-picked to ceph-master