From 6896b38dc2a95fbdff6f4d74f37f08374a73aa00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E6=AD=A3=E8=B6=85?= Date: Thu, 7 May 2026 21:08:42 +0800 Subject: [PATCH] test(s3): promote lifecycle expiration header tests (#2858) --- scripts/s3-tests/excluded_tests.txt | 3 --- scripts/s3-tests/implemented_tests.txt | 3 +++ scripts/s3-tests/non_standard_tests.txt | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/scripts/s3-tests/excluded_tests.txt b/scripts/s3-tests/excluded_tests.txt index 2c51360c4..2e6c57b96 100644 --- a/scripts/s3-tests/excluded_tests.txt +++ b/scripts/s3-tests/excluded_tests.txt @@ -167,9 +167,6 @@ test_lifecycle_deletemarker_expiration test_lifecycle_deletemarker_expiration_with_days_tag test_lifecycle_expiration test_lifecycle_expiration_days0 -test_lifecycle_expiration_header_put -test_lifecycle_expiration_header_head -test_lifecycle_expiration_header_tags_head test_lifecycle_expiration_newer_noncurrent test_lifecycle_expiration_noncur_tags1 test_lifecycle_expiration_size_gt diff --git a/scripts/s3-tests/implemented_tests.txt b/scripts/s3-tests/implemented_tests.txt index 7e782ef59..9420ae375 100644 --- a/scripts/s3-tests/implemented_tests.txt +++ b/scripts/s3-tests/implemented_tests.txt @@ -457,6 +457,9 @@ test_get_single_multipart_object_attributes test_get_sse_c_encrypted_object_attributes test_get_tags_acl_public test_lifecycle_expiration_header_and_tags_head +test_lifecycle_expiration_header_head +test_lifecycle_expiration_header_put +test_lifecycle_expiration_header_tags_head test_multipart_checksum_sha256 test_multipart_copy_multiple_sizes test_multipart_copy_versioned diff --git a/scripts/s3-tests/non_standard_tests.txt b/scripts/s3-tests/non_standard_tests.txt index d72eb89ec..24e4b8102 100644 --- a/scripts/s3-tests/non_standard_tests.txt +++ b/scripts/s3-tests/non_standard_tests.txt @@ -173,9 +173,6 @@ test_lifecycle_deletemarker_expiration test_lifecycle_deletemarker_expiration_with_days_tag test_lifecycle_expiration test_lifecycle_expiration_days0 -test_lifecycle_expiration_header_put -test_lifecycle_expiration_header_head -test_lifecycle_expiration_header_tags_head test_lifecycle_expiration_newer_noncurrent test_lifecycle_expiration_noncur_tags1 test_lifecycle_expiration_size_gt