Skip to content

Commit a116848

Browse files
authored
Merge pull request #8373 from shirady/ceph-s3-nsfs-pendinglist-to-blacklist
CI | NSFS | Ceph S3 Tests | Move tests from `nsfs_s3_tests_pending_list` to `nsfs_s3_tests_black_list`
2 parents b28bd87 + abd0db6 commit a116848

File tree

2 files changed

+58
-57
lines changed

2 files changed

+58
-57
lines changed

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

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,4 +349,61 @@ s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_resourc
349349
s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_wrong_resource_tag_deny
350350
s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_resource_tag_princ_tag
351351
s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_resource_tag_copy_obj
352-
s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_role_resource_tag
352+
s3tests_boto3/functional/test_sts.py::test_assume_role_with_web_identity_role_resource_tag
353+
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_signature
354+
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_access_key
355+
s3tests_boto3/functional/test_s3.py::test_post_object_missing_policy_condition
356+
s3tests_boto3/functional/test_s3.py::test_post_object_request_missing_policy_specified_field
357+
s3tests_boto3/functional/test_s3.py::test_post_object_expired_policy
358+
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_request_field_value
359+
s3tests_boto3/functional/test_s3.py::test_post_object_authenticated_request_bad_access_key
360+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_post_object_authenticated_request
361+
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_post_object_authenticated_request
362+
s3tests_boto3/functional/test_s3.py::test_post_object_upload_size_rgw_chunk_size_bug
363+
s3tests_boto3/functional/test_s3.py::test_post_object_wrong_bucket
364+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration
365+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioning_enabled
366+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags2
367+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioned_tags2
368+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_noncur_tags1
369+
s3tests_boto3/functional/test_s3.py::test_lifecycle_set_date
370+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_put
371+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_head
372+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_tags_head
373+
s3tests_boto3/functional/test_s3.py::test_lifecycle_transition_set_invalid_date
374+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
375+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
376+
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
377+
s3tests_boto3/functional/test_s3.py::test_object_lock_put_obj_lock_invalid_mode
378+
s3tests_boto3/functional/test_s3.py::test_object_lock_get_obj_retention_iso8601
379+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_object_with_retention_and_marker
380+
s3tests_boto3/functional/test_s3.py::test_object_lock_multi_delete_object_with_retention
381+
s3tests_boto3/functional/test_s3.py::test_object_lock_put_legal_hold
382+
s3tests_boto3/functional/test_s3.py::test_object_lock_get_legal_hold
383+
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_with_bypass
384+
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_without_bypass
385+
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_compliance
386+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
387+
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
388+
s3tests_boto3/functional/test_s3.py::test_sse_kms_method_head
389+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1b
390+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1kb
391+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1mb
392+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_8mb
393+
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1b
394+
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1kb
395+
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1mb
396+
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_8mb
397+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_method_head
398+
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_multipart_upload
399+
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1b
400+
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1kb
401+
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1mb
402+
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_8mb
403+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
404+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
405+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
406+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
407+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
408+
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
409+

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

Lines changed: 0 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,21 @@ s3tests_boto3/functional/test_s3.py::test_bucket_list_prefix_basic
99
s3tests_boto3/functional/test_s3.py::test_bucket_list_prefix_delimiter_basic
1010
s3tests_boto3/functional/test_s3.py::test_account_usage
1111
s3tests_boto3/functional/test_s3.py::test_head_bucket_usage
12-
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_signature
13-
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_access_key
14-
s3tests_boto3/functional/test_s3.py::test_post_object_missing_policy_condition
15-
s3tests_boto3/functional/test_s3.py::test_post_object_request_missing_policy_specified_field
16-
s3tests_boto3/functional/test_s3.py::test_post_object_expired_policy
17-
s3tests_boto3/functional/test_s3.py::test_post_object_invalid_request_field_value
1812
s3tests_boto3/functional/test_s3.py::test_lifecycle_get_no_id
19-
s3tests_boto3/functional/test_s3.py::test_object_lock_put_obj_lock_invalid_mode
20-
s3tests_boto3/functional/test_s3.py::test_object_lock_get_obj_retention_iso8601
21-
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_object_with_retention_and_marker
2213
s3tests_boto3/functional/test_s3.py::test_multipart_upload_on_a_bucket_with_policy
2314
s3tests_boto3/functional/test_s3.py::test_multipart_upload_small
24-
s3tests_boto3/functional/test_s3.py::test_post_object_authenticated_request_bad_access_key
2515
s3tests_boto3/functional/test_s3.py::test_bucket_create_exists
2616
s3tests_boto3/functional/test_s3.py::test_bucket_create_exists_nonowner
2717
s3tests_boto3/functional/test_s3.py::test_bucket_recreate_overwrite_acl
2818
s3tests_boto3/functional/test_s3.py::test_bucket_recreate_new_acl
2919
s3tests_boto3/functional/test_s3.py::test_list_multipart_upload_owner
3020
s3tests_boto3/functional/test_s3.py::test_lifecycle_set
31-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration
32-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioning_enabled
33-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_tags2
34-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_versioned_tags2
35-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_noncur_tags1
36-
s3tests_boto3/functional/test_s3.py::test_lifecycle_set_date
37-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_put
38-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_head
39-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_header_tags_head
40-
s3tests_boto3/functional/test_s3.py::test_lifecycle_transition_set_invalid_date
4121
s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_c_s3
4222
s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_c_kms
4323
s3tests_boto3/functional/test_s3.py::test_put_obj_enc_conflict_s3_kms
4424
s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_s3_kms
4525
s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_kms_noenc
4626
s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_kms_s3
47-
s3tests_boto3/functional/test_s3.py::test_object_lock_multi_delete_object_with_retention
48-
s3tests_boto3/functional/test_s3.py::test_object_lock_put_legal_hold
49-
s3tests_boto3/functional/test_s3.py::test_object_lock_get_legal_hold
50-
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_with_bypass
51-
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_governance_without_bypass
52-
s3tests_boto3/functional/test_s3.py::test_object_lock_changing_mode_from_compliance
5327
s3tests_boto3/functional/test_s3.py::test_object_read_unreadable
5428
s3tests_boto3/functional/test_s3.py::test_user_policy
5529
s3tests_boto3/functional/test_s3.py::test_get_public_acl_bucket_policy_status
@@ -63,15 +37,12 @@ s3tests_boto3/functional/test_s3.py::test_block_public_put_bucket_acls
6337
s3tests_boto3/functional/test_s3.py::test_block_public_object_canned_acls
6438
s3tests_boto3/functional/test_s3.py::test_block_public_policy
6539
s3tests_boto3/functional/test_s3.py::test_ignore_public_acls
66-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_post_object_authenticated_request
67-
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_post_object_authenticated_request
6840
s3tests_boto3/functional/test_s3select.py::test_generate_projection
6941
s3tests_boto3/functional/test_s3select.py::test_alias_cyclic_refernce
7042
s3tests_boto3/functional/test_s3select.py::test_schema_definition
7143
s3tests_boto3/functional/test_s3select.py::test_progress_expressions
7244
s3tests_boto3/functional/test_s3.py::test_object_write_with_chunked_transfer_encoding
7345
s3tests_boto3/functional/test_s3.py::test_versioning_concurrent_multi_object_delete
74-
s3tests_boto3/functional/test_s3.py::test_post_object_upload_size_rgw_chunk_size_bug
7546
s3tests_boto3/functional/test_s3.py::test_get_object_torrent
7647
s3tests_boto3/functional/test_s3select.py::test_count_json_operation
7748
s3tests_boto3/functional/test_s3select.py::test_column_sum_min_max
@@ -165,7 +136,6 @@ s3tests_boto3/functional/test_s3.py::test_encrypted_transfer_13b
165136
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_method_head
166137
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_present
167138
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_other_key
168-
s3tests_boto3/functional/test_s3.py::test_sse_kms_method_head
169139
s3tests_boto3/functional/test_s3.py::test_bucket_policy
170140
s3tests_boto3/functional/test_s3.py::test_bucket_policy_put_obj_s3_noenc
171141
s3tests_boto3/functional/test_s3.py::test_copy_object_ifmatch_failed
@@ -174,26 +144,10 @@ s3tests_boto3/functional/test_s3.py::test_get_bucket_encryption_s3
174144
s3tests_boto3/functional/test_s3.py::test_get_bucket_encryption_kms
175145
s3tests_boto3/functional/test_s3.py::test_delete_bucket_encryption_s3
176146
s3tests_boto3/functional/test_s3.py::test_delete_bucket_encryption_kms
177-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1b
178-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1kb
179-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_1mb
180-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_upload_8mb
181-
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1b
182-
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1kb
183-
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_1mb
184-
s3tests_boto3/functional/test_s3.py::test_sse_kms_default_upload_8mb
185-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_method_head
186-
s3tests_boto3/functional/test_s3.py::test_sse_s3_default_multipart_upload
187-
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1b
188-
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1kb
189-
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_1mb
190-
s3tests_boto3/functional/test_s3.py::test_sse_s3_encrypted_upload_8mb
191147
s3tests/functional/test_s3.py::test_atomic_write_bucket_gone
192148
s3tests_boto3/functional/test_s3.py::test_atomic_write_bucket_gone
193149
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired
194150
s3tests_boto3/functional/test_s3.py::test_object_raw_get_x_amz_expires_not_expired_tenant
195-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object
196-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_get_object_tenant
197151
s3tests_boto3/functional/test_s3.py::test_encryption_sse_c_unaligned_multipart_upload
198152
s3tests_boto3/functional/test_s3.py::test_multipart_get_part
199153
s3tests_boto3/functional/test_s3.py::test_non_multipart_get_part
@@ -202,16 +156,6 @@ s3tests/functional/test_headers.py::test_object_create_bad_date_none_aws2
202156
s3tests/functional/test_headers.py::test_bucket_create_bad_authorization_invalid_aws2
203157
s3tests/functional/test_headers.py::test_bucket_create_bad_date_none_aws2
204158
s3tests_boto3/functional/test_s3.py::test_versioned_concurrent_object_create_and_remove
205-
s3tests_boto3/functional/test_s3.py::test_post_object_wrong_bucket
206-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object
207-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_with_acl
208-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant
209-
s3tests_boto3/functional/test_s3.py::test_cors_presigned_put_object_tenant_with_acl
210159
s3tests_boto3/functional/test_s3.py::test_object_presigned_put_object_with_acl_tenant
211-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_newer_noncurrent
212-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_gt
213-
s3tests_boto3/functional/test_s3.py::test_lifecycle_expiration_size_lt
214-
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_retention
215-
s3tests_boto3/functional/test_s3.py::test_object_lock_delete_multipart_object_with_legal_hold_on
216160
s3tests_boto3/functional/test_s3.py::test_get_undefined_public_block
217161
s3tests_boto3/functional/test_s3.py::test_get_public_block_deny_bucket_policy

0 commit comments

Comments
 (0)