From 1e6f5f1e35f188f28844a7f81361ccca4d5d0c7b Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 9 Aug 2026 21:58:17 +0800 Subject: [PATCH] test: promote passing S3 compatibility cases (#5895) test: promote passing s3 compatibility cases --- scripts/s3-tests/excluded_tests.txt | 3 --- scripts/s3-tests/implemented_tests.txt | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/s3-tests/excluded_tests.txt b/scripts/s3-tests/excluded_tests.txt index 35df66749..637aaff8c 100644 --- a/scripts/s3-tests/excluded_tests.txt +++ b/scripts/s3-tests/excluded_tests.txt @@ -153,8 +153,6 @@ test_delete_objects_if_match_size test_delete_objects_version_if_match test_delete_objects_version_if_match_last_modified_time test_delete_objects_version_if_match_size -test_encryption_sse_c_multipart_invalid_chunks_1 -test_encryption_sse_c_multipart_invalid_chunks_2 test_get_multipart_checksum_object_attributes test_head_bucket_usage # ----------------------------------------------------------------------------- @@ -200,7 +198,6 @@ test_lifecycle_noncur_cloud_transition # ----------------------------------------------------------------------------- test_list_buckets_anonymous test_list_buckets_paginated -test_list_multipart_upload test_list_multipart_upload_owner test_multipart_get_part test_multipart_single_get_part diff --git a/scripts/s3-tests/implemented_tests.txt b/scripts/s3-tests/implemented_tests.txt index e0497b441..0f29756e8 100644 --- a/scripts/s3-tests/implemented_tests.txt +++ b/scripts/s3-tests/implemented_tests.txt @@ -535,6 +535,7 @@ test_get_publicpolicy_acl_bucket_policy_status test_lifecycle_expiration_date test_lifecycle_expiration_tags1 test_lifecycle_expiration_versioning_enabled +test_list_multipart_upload test_non_multipart_get_part test_non_multipart_sse_c_get_part test_object_copy_to_itself_with_metadata @@ -546,3 +547,5 @@ test_object_raw_authenticated_object_acl test_object_raw_get_object_acl test_sse_kms_multipart_upload test_sse_s3_default_multipart_upload +test_encryption_sse_c_multipart_invalid_chunks_1 +test_encryption_sse_c_multipart_invalid_chunks_2