]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/s3vector: add integration tests
authorYuval Lifshitz <ylifshit@ibm.com>
Tue, 28 Oct 2025 05:30:48 +0000 (05:30 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Tue, 27 Jan 2026 21:41:29 +0000 (21:41 +0000)
commitae0aafe87c25b72384a918d867d7e9e585040e19
tree7cfa7d203bafb35ff7aa3b96ca4ba242f4fb2072
parentef62abb5781cae4f3500cb1ba2b93ea6ba98f361
rgw/s3vector: add integration tests

do some fixes to message validation based on the tesst

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
src/rgw/rgw_s3vector.cc
src/rgw/rgw_s3vector.h
src/test/rgw/s3vectors/README.rst [new file with mode: 0644]
src/test/rgw/s3vectors/__init__.py [new file with mode: 0644]
src/test/rgw/s3vectors/pytest.ini [new file with mode: 0644]
src/test/rgw/s3vectors/requirements.txt [new file with mode: 0644]
src/test/rgw/s3vectors/s3vector_test.py [new file with mode: 0644]
src/test/rgw/s3vectors/s3vtests.conf.SAMPLE [new file with mode: 0644]
src/test/rgw/s3vectors/tox.ini [new file with mode: 0644]