ceph/qa/workunits/rgw
Tom Coldrick 5e7c4a52ca rgw_admin.cc: Handle pg_ver and source_zone explicitly
At present, the pg_ver and source_zone attrs are handled as if they're
strings, but are in fact unsigned integer types.  This means that when
dumped they yield invalid UTF-8 characters.  As well as hiding the
meaning of these attributes, this also means that we're not compliant
with RFC 8259 for JSON, which specifies that externally visible JSON
must be UTF-8 encoded [0].

[0]: https://rfc-editor.org/rfc/rfc8259#section-8.1

Signed-off-by: Tom Coldrick <tcoldrick@bloomberg.com>
2023-07-25 10:32:24 +01:00
..
common.py rgw: cancel olh modification by removing pending xattrs in set_olh error scenarios 2023-07-04 09:44:04 +00:00
keystone-fake-server.py
keystone-service-token.sh
olh_noname_key
olh_noname_val
run-d4n.sh QA: Add D4N teuthology suite 2023-06-06 14:04:47 -04:00
run-datacache.sh
run-reshard.sh
run-s3tests.sh
run-versioning.sh rgw: cancel olh modification by removing pending xattrs in set_olh error scenarios 2023-07-04 09:44:04 +00:00
s3_bucket_quota.pl
s3_multipart_upload.pl
s3_user_quota.pl
s3_utilities.pm
test_librgw_file.sh
test_rgw_d4n.py rgw_admin.cc: Handle pg_ver and source_zone explicitly 2023-07-25 10:32:24 +01:00
test_rgw_datacache.py rgw : fix python script using s3cmd with error code 403 ubuntu 20.04 2023-04-03 15:18:55 +03:00
test_rgw_gc_log.sh
test_rgw_obj.sh
test_rgw_orphan_list.sh
test_rgw_reshard.py rgw: cancel olh modification by removing pending xattrs in set_olh error scenarios 2023-07-04 09:44:04 +00:00
test_rgw_s3_mp_reupload.py qa/rgw: test that multipart re-upload does not leave any orphans 2023-06-02 17:39:26 -04:00
test_rgw_s3_mp_reupload.sh qa/rgw: test that multipart re-upload does not leave any orphans 2023-06-02 17:39:26 -04:00
test_rgw_versioning.py rgw: fix/improve test_rgw_versioning.py tests 2023-07-14 12:50:55 +00:00
test-keystone-service-token.py