From d2af8f073ead5e9c5cf360c6c97685c35e180ff5 Mon Sep 17 00:00:00 2001 From: Zhengchao An Date: Sun, 6 Sep 2026 21:21:12 +0800 Subject: [PATCH] test(s3): exclude invalid lifecycle filter vector (#7295) Co-authored-by: houseme --- scripts/s3-tests/excluded_tests.txt | 3 +++ scripts/s3-tests/implemented_tests.txt | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/s3-tests/excluded_tests.txt b/scripts/s3-tests/excluded_tests.txt index 434a190ce..1e2e19180 100644 --- a/scripts/s3-tests/excluded_tests.txt +++ b/scripts/s3-tests/excluded_tests.txt @@ -170,11 +170,14 @@ test_head_bucket_usage # --- Batch 2 candidates: expiration with tag / size filters + noncurrent counts. # These need the same debug/scanner lane as batch 1 plus tag/size-filter and # NewerNoncurrentVersions coverage (see ilm-9). Queued for ilm-10 batch 2. +# tags1 sends Prefix and Tag as sibling Filter predicates instead of And; +# AWS also rejects that malformed request, so it is not a compatibility gate. test_lifecycle_deletemarker_expiration_with_days_tag test_lifecycle_expiration_newer_noncurrent test_lifecycle_expiration_noncur_tags1 test_lifecycle_expiration_size_gt test_lifecycle_expiration_size_lt +test_lifecycle_expiration_tags1 test_lifecycle_expiration_tags2 test_lifecycle_expiration_versioned_tags2 # diff --git a/scripts/s3-tests/implemented_tests.txt b/scripts/s3-tests/implemented_tests.txt index 3a3b5db04..cfe9df930 100644 --- a/scripts/s3-tests/implemented_tests.txt +++ b/scripts/s3-tests/implemented_tests.txt @@ -539,7 +539,6 @@ test_encryption_sse_c_unaligned_multipart_upload test_get_nonpublicpolicy_acl_bucket_policy_status 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