Skip to content

Commit 2e73bae

Browse files
authored
Merge pull request #8271 from shirady/ceph-tests-update-commit-hash
CI | Update Commit Hash in Ceph Tests
2 parents 8b10e2e + 18a6255 commit 2e73bae

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

src/test/system_tests/ceph_s3_tests/s3-tests-lists/nsfs_s3_tests_pending_list.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
223223
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
224224
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
225225
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
226-
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
226+
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
227+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
228+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
229+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
230+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
231+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
232+
s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
233+
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy

src/test/system_tests/ceph_s3_tests/s3-tests-lists/s3_tests_pending_list.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,4 +137,11 @@ s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
137137
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
138138
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
139139
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
140-
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
140+
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
141+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
142+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
143+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
144+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
145+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
146+
s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
147+
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy

src/test/system_tests/ceph_s3_tests/test_ceph_s3_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DIRECTORY="s3-tests"
1717
CEPH_LINK="https://github.com/ceph/s3-tests.git"
1818
# using a fixed version (commit) of ceph tests to avoid sudden changes.
1919
# we should retest and update the version once in a while
20-
CEPH_TESTS_VERSION=997f78d58ac7b991e555328953fc8e72d912a303
20+
CEPH_TESTS_VERSION=88fd8670072cf4b7559908419c67cfaaca02c794
2121
if [ ! -d $DIRECTORY ]; then
2222
echo "Downloading Ceph S3 Tests..."
2323
git clone $CEPH_LINK

0 commit comments

Comments
 (0)