[#XX] Add all tests

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
This commit is contained in:
Denis Kirillov 2025-04-14 17:49:02 +03:00
parent 265d353a49
commit fd65475be5

View file

@ -1,4 +1,7 @@
{ {
"info": {
"commit": "https://git.frostfs.info/TrueCloudLab/s3-tests/commit/7aae6ce2ca48ccd0ac35100af074281c7c88a210"
},
"groups": [ "groups": [
{ {
"name": "AbortMultipartUpload", "name": "AbortMultipartUpload",
@ -61,7 +64,8 @@
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_copy_source", "s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_copy_source",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_copy_source_meta", "s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_copy_source_meta",
"s3tests_boto3/functional/test_s3.py::test_object_copy_bucket_not_found", "s3tests_boto3/functional/test_s3.py::test_object_copy_bucket_not_found",
"s3tests_boto3/functional/test_s3.py::test_object_copy_key_not_found" "s3tests_boto3/functional/test_s3.py::test_object_copy_key_not_found",
"s3tests_boto3/functional/test_s3.py::test_versioning_obj_suspended_copy"
], ],
"skip": false, "skip": false,
"comment": "" "comment": ""
@ -268,8 +272,11 @@
"name": "DeletePublicAccessBlock", "name": "DeletePublicAccessBlock",
"tag": "API", "tag": "API",
"tests": [], "tests": [],
"skip": true, "include": [
"comment": "Not supported" "PublicAccessBlock"
],
"skip": false,
"comment": "See PublicAccessBlock feature"
}, },
{ {
"name": "GetBucketAccelerateConfiguration", "name": "GetBucketAccelerateConfiguration",
@ -486,6 +493,9 @@
"name": "GetObjectAcl", "name": "GetObjectAcl",
"tag": "API", "tag": "API",
"tests": [], "tests": [],
"include": [
"ObjectACL"
],
"skip": true, "skip": true,
"comment": "Not supported" "comment": "Not supported"
}, },
@ -549,8 +559,11 @@
"name": "GetPublicAccessBlock", "name": "GetPublicAccessBlock",
"tag": "API", "tag": "API",
"tests": [], "tests": [],
"skip": true, "include": [
"comment": "Not supported" "PublicAccessBlock"
],
"skip": false,
"comment": "See PublicAccessBlock feature"
}, },
{ {
"name": "HeadBucket", "name": "HeadBucket",
@ -667,7 +680,8 @@
"s3tests_boto3/functional/test_s3.py::test_multi_object_delete", "s3tests_boto3/functional/test_s3.py::test_multi_object_delete",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix", "s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix_ends_with_delimiter", "s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix_ends_with_delimiter",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix_underscore" "s3tests_boto3/functional/test_s3.py::test_bucket_list_delimiter_prefix_underscore",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_special_prefix"
], ],
"skip": false, "skip": false,
"comment": "" "comment": ""
@ -940,7 +954,8 @@
"s3tests_boto3/functional/test_s3.py::test_object_anon_put", "s3tests_boto3/functional/test_s3.py::test_object_anon_put",
"s3tests_boto3/functional/test_s3.py::test_object_anon_put_write_access", "s3tests_boto3/functional/test_s3.py::test_object_anon_put_write_access",
"s3tests_boto3/functional/test_s3.py::test_object_put_authenticated", "s3tests_boto3/functional/test_s3.py::test_object_put_authenticated",
"s3tests_boto3/functional/test_s3.py::test_object_raw_put_authenticated_expired" "s3tests_boto3/functional/test_s3.py::test_object_raw_put_authenticated_expired",
"s3tests_boto3/functional/test_s3.py::test_object_write_to_nonexist_bucket"
], ],
"skip": false, "skip": false,
"comment": "" "comment": ""
@ -949,6 +964,9 @@
"name": "PutObjectAcl", "name": "PutObjectAcl",
"tag": "API", "tag": "API",
"tests": [], "tests": [],
"include": [
"ObjectACL"
],
"skip": true, "skip": true,
"comment": "Not supported" "comment": "Not supported"
}, },
@ -995,15 +1013,12 @@
{ {
"name": "PutPublicAccessBlock", "name": "PutPublicAccessBlock",
"tag": "API", "tag": "API",
"tests": [ "tests": [],
"s3tests_boto3/functional/test_s3.py::test_put_public_block", "include": [
"s3tests_boto3/functional/test_s3.py::test_block_public_put_bucket_acls", "PublicAccessBlock"
"s3tests_boto3/functional/test_s3.py::test_block_public_object_canned_acls",
"s3tests_boto3/functional/test_s3.py::test_block_public_policy",
"s3tests_boto3/functional/test_s3.py::test_ignore_public_acls"
], ],
"skip": true, "skip": false,
"comment": "Not supported" "comment": "See PublicAccessBlock feature"
}, },
{ {
"name": "RestoreObject", "name": "RestoreObject",
@ -1277,6 +1292,21 @@
"skip": false, "skip": false,
"comment": "Only sse-c currently supported" "comment": "Only sse-c currently supported"
}, },
{
"name": "PublicAccessBlock",
"tag": "Features",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_put_public_block",
"s3tests_boto3/functional/test_s3.py::test_block_public_put_bucket_acls",
"s3tests_boto3/functional/test_s3.py::test_block_public_object_canned_acls",
"s3tests_boto3/functional/test_s3.py::test_block_public_policy",
"s3tests_boto3/functional/test_s3.py::test_ignore_public_acls",
"s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy",
"s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block"
],
"skip": false,
"comment": ""
},
{ {
"name": "PostObject", "name": "PostObject",
"tag": "Features", "tag": "Features",
@ -1299,7 +1329,54 @@
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_none_aws2", "s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_none_aws2",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_before_today_aws2", "s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_before_today_aws2",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_before_epoch_aws2", "s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_before_epoch_aws2",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_after_end_aws2" "s3tests_boto3/functional/test_headers.py::test_object_create_bad_date_after_end_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_after_today_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_before_epoch_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_before_today_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_empty_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_invalid_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_date_none_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_ua_empty_aws2",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_ua_none_aws2",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_s3_noenc",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_v2",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant_v2",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_v2",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_v2",
"s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_post_object_authenticated_request",
"s3tests_boto3/functional/test_s3.py::test_post_object_authenticated_no_content_type",
"s3tests_boto3/functional/test_s3.py::test_post_object_authenticated_request",
"s3tests_boto3/functional/test_s3.py::test_post_object_authenticated_request_bad_access_key",
"s3tests_boto3/functional/test_s3.py::test_post_object_case_insensitive_condition_fields",
"s3tests_boto3/functional/test_s3.py::test_post_object_condition_is_case_sensitive",
"s3tests_boto3/functional/test_s3.py::test_post_object_empty_conditions",
"s3tests_boto3/functional/test_s3.py::test_post_object_escaped_field_values",
"s3tests_boto3/functional/test_s3.py::test_post_object_expired_policy",
"s3tests_boto3/functional/test_s3.py::test_post_object_expires_is_case_sensitive",
"s3tests_boto3/functional/test_s3.py::test_post_object_ignored_header",
"s3tests_boto3/functional/test_s3.py::test_post_object_invalid_access_key",
"s3tests_boto3/functional/test_s3.py::test_post_object_invalid_content_length_argument",
"s3tests_boto3/functional/test_s3.py::test_post_object_invalid_date_format",
"s3tests_boto3/functional/test_s3.py::test_post_object_invalid_request_field_value",
"s3tests_boto3/functional/test_s3.py::test_post_object_invalid_signature",
"s3tests_boto3/functional/test_s3.py::test_post_object_missing_conditions_list",
"s3tests_boto3/functional/test_s3.py::test_post_object_missing_content_length_argument",
"s3tests_boto3/functional/test_s3.py::test_post_object_missing_expires_condition",
"s3tests_boto3/functional/test_s3.py::test_post_object_missing_policy_condition",
"s3tests_boto3/functional/test_s3.py::test_post_object_missing_signature",
"s3tests_boto3/functional/test_s3.py::test_post_object_no_key_specified",
"s3tests_boto3/functional/test_s3.py::test_post_object_request_missing_policy_specified_field",
"s3tests_boto3/functional/test_s3.py::test_post_object_set_key_from_filename",
"s3tests_boto3/functional/test_s3.py::test_post_object_success_redirect_action",
"s3tests_boto3/functional/test_s3.py::test_post_object_tags_anonymous_request",
"s3tests_boto3/functional/test_s3.py::test_post_object_tags_authenticated_request",
"s3tests_boto3/functional/test_s3.py::test_post_object_upload_larger_than_chunk",
"s3tests_boto3/functional/test_s3.py::test_post_object_upload_size_below_minimum",
"s3tests_boto3/functional/test_s3.py::test_post_object_upload_size_limit_exceeded",
"s3tests_boto3/functional/test_s3.py::test_post_object_upload_size_rgw_chunk_size_bug",
"s3tests_boto3/functional/test_s3.py::test_post_object_user_specified_header",
"s3tests_boto3/functional/test_s3.py::test_post_object_wrong_bucket"
], ],
"skip": true, "skip": true,
"comment": "Not supported. AWS v2 signature is deprecated." "comment": "Not supported. AWS v2 signature is deprecated."
@ -1343,10 +1420,426 @@
"s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_with_bypass", "s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_with_bypass",
"s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_without_bypass", "s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_without_bypass",
"s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_compliance", "s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_compliance",
"s3tests_boto3/functional/test_s3.py::test_object_lock_put_obj_lock_invalid_mode" "s3tests_boto3/functional/test_s3.py::test_object_lock_put_obj_lock_invalid_mode",
"s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on",
"s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention"
], ],
"skip": true, "skip": true,
"comment": "Not supported" "comment": "Not supported"
},
{
"name": "ObjectACL",
"tag": "Features",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_object_private",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_object_publicread",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_object_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_objectv2_private",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_objectv2_publicread",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_private_objectv2_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicread_object_private",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicread_object_publicread",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicread_object_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicreadwrite_object_private",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicreadwrite_object_publicread",
"s3tests_boto3/functional/test_s3.py::test_access_bucket_publicreadwrite_object_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_special_key_names",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_acl",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_grant",
"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_cors_presigned_put_object",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant",
"s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl",
"s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl",
"s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant",
"s3tests_boto3/functional/test_s3.py::test_object_acl",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned_authenticatedread",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned_bucketownerfullcontrol",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned_bucketownerread",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned_during_create",
"s3tests_boto3/functional/test_s3.py::test_object_acl_canned_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_object_acl_create_contentlength_none",
"s3tests_boto3/functional/test_s3.py::test_object_acl_default",
"s3tests_boto3/functional/test_s3.py::test_object_acl_full_control_verify_attributes",
"s3tests_boto3/functional/test_s3.py::test_object_acl_full_control_verify_owner",
"s3tests_boto3/functional/test_s3.py::test_object_acl_read",
"s3tests_boto3/functional/test_s3.py::test_object_acl_readacp",
"s3tests_boto3/functional/test_s3.py::test_object_acl_write",
"s3tests_boto3/functional/test_s3.py::test_object_acl_writeacp",
"s3tests_boto3/functional/test_s3.py::test_object_copy_canned_acl",
"s3tests_boto3/functional/test_s3.py::test_object_copy_not_owned_object_bucket",
"s3tests_boto3/functional/test_s3.py::test_object_delete_key_bucket_gone",
"s3tests_boto3/functional/test_s3.py::test_object_put_acl_mtime",
"s3tests_boto3/functional/test_s3.py::test_object_raw_authenticated",
"s3tests_boto3/functional/test_s3.py::test_object_raw_authenticated_bucket_acl",
"s3tests_boto3/functional/test_s3.py::test_object_raw_authenticated_bucket_gone",
"s3tests_boto3/functional/test_s3.py::test_object_raw_authenticated_object_acl",
"s3tests_boto3/functional/test_s3.py::test_object_raw_authenticated_object_gone",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_bucket_acl",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_bucket_gone",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_object_acl",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_object_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_object_raw_get_x_amz_expires_out_max_range",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_out_positive_range",
"s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_out_range_zero",
"s3tests_boto3/functional/test_s3.py::test_object_raw_response_headers",
"s3tests_boto3/functional/test_s3.py::test_post_object_anonymous_request",
"s3tests_boto3/functional/test_s3.py::test_post_object_set_invalid_success_code",
"s3tests_boto3/functional/test_s3.py::test_post_object_set_success_code",
"s3tests_boto3/functional/test_s3.py::test_versioned_object_acl",
"s3tests_boto3/functional/test_s3.py::test_versioned_object_acl_no_version_specified"
],
"skip": true,
"comment": "Not supported"
},
{
"name": "Atomicity",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_atomic_dual_write_1mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_dual_write_4mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_dual_write_8mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_read_1mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_read_4mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_read_8mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_write_1mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_write_4mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_write_8mb"
],
"skip": true,
"comment": "Passed but don't fit any API related group, so skip"
},
{
"name": "Bucket canned ACL, owner full control",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_canned",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_canned_authenticatedread",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_canned_during_create",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_canned_publicreadwrite",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_default"
],
"skip": true,
"comment": "Not supported, Full Control to bucket owner is required"
},
{
"name": "Bucket ACL, using payload",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_nonexist_user",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_userid_fullcontrol",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_userid_read",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_userid_readacp",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_userid_write",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_userid_writeacp",
"s3tests_boto3/functional/test_s3.py::test_bucket_header_acl_grants"
],
"skip": true,
"comment": "Not supported, Full Control to bucket owner is required"
},
{
"name": "Email checking",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_email",
"s3tests_boto3/functional/test_s3.py::test_bucket_acl_grant_email_not_exist"
],
"skip": true,
"comment": "Not supported, email checking"
},
{
"name": "Authorization header manipulating",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_authorization_empty",
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_authorization_none"
],
"skip": true,
"comment": "Bad test, railed_on_rwg, # TODO: remove 'fails_on_rgw' and once we have learned how to manipulate the authorization header"
},
{
"name": "test_bucket_create_bad_expect_mismatch",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_headers.py::test_bucket_create_bad_expect_mismatch"
],
"skip": true,
"comment": "Don't support 'Expect: 200'"
},
{
"name": "test_bucket_create_exists",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_create_exists"
],
"skip": true,
"comment": "Bad test. Incorrect asserting response error"
},
{
"name": "Checking object owner",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_list_return_data",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_return_data_versioning",
"s3tests_boto3/functional/test_s3.py::test_list_multipart_upload_owner"
],
"skip": true,
"comment": "Checking object owner. In s3-gw it's always gate key."
},
{
"name": "test_bucket_listv2_continuationtoken_empty",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_listv2_continuationtoken_empty"
],
"skip": true,
"comment": "Empty continuation token not supported"
},
{
"name": "authenticated-read bucket acl",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_acl",
"s3tests_boto3/functional/test_s3.py::test_bucketv2_policy_acl"
],
"skip": true,
"comment": "authenticated-read bucket ACL not supported"
},
{
"name": "any bucket as resource in bucket policy",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_another_bucket",
"s3tests_boto3/functional/test_s3.py::test_bucketv2_policy_another_bucket"
],
"skip": true,
"comment": "Bucket policy with 'arn:aws:s3:::*' resource not supported"
},
{
"name": "tenants",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_different_tenant",
"s3tests_boto3/functional/test_s3.py::test_bucketv2_policy_different_tenant"
],
"skip": true,
"comment": "Such tenants not supported"
},
{
"name": "kms",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_kms_noenc",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_kms_s3",
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_s3_kms",
"s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_bad_enc_kms",
"s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_c_kms",
"s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_c_s3",
"s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_s3_kms",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_method_head",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_multipart_invalid_chunks_1",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_multipart_invalid_chunks_2",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_multipart_upload",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_no_key",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_not_declared",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_post_object_authenticated_request",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_present",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_read_declare",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_transfer_13b",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_transfer_1MB",
"s3tests_boto3/functional/test_s3.py::test_sse_kms_transfer_1b"
],
"skip": true,
"comment": "KMS not supported"
},
{
"name": "sse_s3",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1b",
"s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1kb",
"s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1mb",
"s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_8mb"
],
"skip": true,
"comment": "sse_s3 not supported"
},
{
"name": "alternative client in different account",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_request_obj_tag",
"s3tests_boto3/functional/test_s3.py::test_object_copy_not_owned_bucket"
],
"skip": true,
"comment": "Alternative client must be in different namespace. Couldn't be used without additional header."
},
{
"name": "test_bucket_policy_set_condition_operator_end_with_IfExists",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_policy_set_condition_operator_end_with_IfExists"
],
"skip": true,
"comment": "StringLikeIfExists operator not supported."
},
{
"name": "Recreate bucket with acl",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_recreate_new_acl",
"s3tests_boto3/functional/test_s3.py::test_bucket_recreate_overwrite_acl"
],
"skip": true,
"comment": "Expected BucketAlreadyExists but s3-gw returns BucketAlreadyOwnedByYou because tests use the same client."
},
{
"name": "Recreate bucket",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_bucket_recreate_not_overriding"
],
"skip": true,
"comment": "Expect success on bucket recreate in default region https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/issues/537"
},
{
"name": "test_lifecycle_expiration_header_tags_head",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_tags_head"
],
"skip": true,
"comment": "Probably bad test, AWS fails, https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/issues/545"
},
{
"name": "get bucket policy status",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_get_authpublic_acl_bucket_policy_status",
"s3tests_boto3/functional/test_s3.py::test_get_public_acl_bucket_policy_status",
"s3tests_boto3/functional/test_s3.py::test_get_publicpolicy_acl_bucket_policy_status",
"s3tests_boto3/functional/test_s3.py::test_get_bucket_policy_status",
"s3tests_boto3/functional/test_s3.py::test_get_nonpublicpolicy_acl_bucket_policy_status"
],
"skip": true,
"comment": "Not supported, S3 gate computes status based on policy, not on canned acl. AWS also fails"
},
{
"name": "Lifecycle transition",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_lifecycle_plain_null_version_current_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_set_noncurrent_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_transition_set_invalid_date",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_transition_single_rule_multi_trans"
],
"skip": true,
"comment": "Lifecycle transition not supported."
},
{
"name": "Repeated complete multipart upload",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_multipart_upload_small",
"s3tests_boto3/functional/test_s3.py::test_multipart_upload"
],
"skip": true,
"comment": "https://git.frostfs.info/TrueCloudLab/frostfs-s3-gw/issues/530"
},
{
"name": "bad authorization tests",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_headers.py::test_object_create_amz_date_and_no_date",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_authorization_empty",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_authorization_none",
"s3tests_boto3/functional/test_headers.py::test_object_create_bad_contentlength_none",
"s3tests_boto3/functional/test_headers.py::test_object_create_date_and_amz_date",
"s3tests_boto3/functional/test_headers.py::test_object_read_unreadable",
"s3tests_boto3/functional/test_headers.py::test_object_set_get_unicode_metadata",
"s3tests_boto3/functional/test_s3.py::test_object_write_with_chunked_transfer_encoding",
"s3tests_boto3/functional/test_s3.py::test_put_excess_tags"
],
"skip": true,
"comment": "Fails on aws though there are not fails_on_aws mark"
},
{
"name": "empty metadata",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_object_set_get_metadata_none_to_empty",
"s3tests_boto3/functional/test_s3.py::test_object_set_get_metadata_overwrite_to_empty"
],
"skip": true,
"comment": "Empty metadata not supported"
},
{
"name": "fails_on_aws",
"tag": "Ignored",
"tests": [
"s3tests_boto3/functional/test_s3.py::test_account_usage",
"s3tests_boto3/functional/test_s3.py::test_head_bucket_usage",
"s3tests_boto3/functional/test_s3.py::test_atomic_conditional_write_1mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_dual_conditional_write_1mb",
"s3tests_boto3/functional/test_s3.py::test_atomic_write_bucket_gone",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_bad_ip",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_bad_starts_nonalpha",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_dash_at_end",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_dash_dot",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_dot_dash",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_dot_dot",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_long",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_dns_underscore",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_good_long_60",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_good_long_61",
"s3tests_boto3/functional/test_s3.py::test_bucket_create_naming_good_long_62",
"s3tests_boto3/functional/test_s3.py::test_bucket_head_extended",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_long_name",
"s3tests_boto3/functional/test_s3.py::test_bucket_list_unordered",
"s3tests_boto3/functional/test_s3.py::test_bucket_listv2_unordered",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_cloud_multiple_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_cloud_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_cloud_transition_large_obj",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_deletemarker_expiration",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_date",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_noncur_tags1",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags1",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags2",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioned_tags2",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioning_enabled",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_multipart_expiration",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_noncur_cloud_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_noncur_expiration",
"s3tests_boto3/functional/test_s3.py::test_lifecycle_noncur_transition",
"s3tests_boto3/functional/test_s3.py::test_lifecyclev2_expiration",
"s3tests_boto3/functional/test_s3.py::test_list_buckets_anonymous",
"s3tests_boto3/functional/test_s3.py::test_object_header_acl_grants",
"s3tests_boto3/functional/test_s3.py::test_multipart_get_part",
"s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part",
"s3tests_boto3/functional/test_s3.py::test_multipart_resend_first_finishes_last",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifmatch_failed",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifmatch_good",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifmatch_nonexisted_failed",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifmatch_overwrite_existed_good",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifnonmatch_failed",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifnonmatch_good",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifnonmatch_nonexisted_good",
"s3tests_boto3/functional/test_s3.py::test_put_object_ifnonmatch_overwrite_existed_failed"
],
"skip": true,
"comment": "Fails on AWS"
} }
] ]
} }