Skip to content

Commit

Permalink
Merge pull request #7589 from shirady/update-ceph-commit
Browse files Browse the repository at this point in the history
CI | Update Ceph S3 Tests (Commit Hash Number and Pending Lists)
  • Loading branch information
shirady authored Nov 13, 2023
2 parents c8c8ca4 + 6fcc570 commit f46710f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,8 @@ s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_8mb
s3tests/functional/test_s3.py::test_atomic_write_bucket_gone
s3tests_boto3/functional/test_s3.py::test_bucket_create_delete
s3tests_boto3/functional/test_s3.py::test_atomic_write_bucket_gone
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired_tenant
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_unaligned_multipart_upload
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,9 @@ s3tests/functional/test_headers.py::test_bucket_create_bad_amz_date_before_today
s3tests/functional/test_headers.py::test_bucket_create_bad_date_after_today_aws4
s3tests/functional/test_headers.py::test_bucket_create_bad_amz_date_after_today_aws4
s3tests/functional/test_headers.py::test_bucket_create_bad_date_before_epoch_aws4
s3tests/functional/test_headers.py::test_bucket_create_bad_amz_date_before_epoch_aws4
s3tests/functional/test_headers.py::test_bucket_create_bad_amz_date_before_epoch_aws4
s3tests_boto3/functional/test_s3.py::test_post_object_wrong_bucket
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired_tenant
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
2 changes: 1 addition & 1 deletion src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ DIRECTORY="s3-tests"
CEPH_LINK="https://github.com/ceph/s3-tests.git"
# using a fixed version (commit) of ceph tests to avoid sudden changes.
# we should retest and update the version once in a while
CEPH_TESTS_VERSION=13e0d736a82f9e9bbc3773022b8c8dbd242f999b
CEPH_TESTS_VERSION=e29d6246fc67668b4d9202c50076009c5ef0772e
if [ ! -d $DIRECTORY ]; then
echo "Downloading Ceph S3 Tests..."
git clone $CEPH_LINK
Expand Down

0 comments on commit f46710f

Please sign in to comment.