[#505] Update test results

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2022-09-13 15:19:07 +03:00 committed by Alex Vanin
parent 3d08562843
commit a6bcb5e8fb

View file

@ -11,10 +11,10 @@ To update this file using tests result, run:
## CopyObject
Compatibility: 14/16/17 out of 17
Compatibility: 16/16/17 out of 17
| | Test | s3-gw | minio | aws s3 |
|----|---------------------------------------------------------------------------|-------|-------|--------|
|-----|---------------------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_s3.test_copy_object_ifmatch_good | ok | ok | ok |
| 2 | s3tests_boto3.functional.test_s3.test_copy_object_ifmatch_failed | ok | ok | ok |
| 3 | s3tests_boto3.functional.test_s3.test_copy_object_ifnonematch_good | ok | ok | ok |
@ -25,9 +25,9 @@ Compatibility: 14/16/17 out of 17
| 8 | s3tests_boto3.functional.test_s3.test_object_copy_to_itself | ok | ok | ok |
| 9 | s3tests_boto3.functional.test_s3.test_object_copy_to_itself_with_metadata | ok | ok | ok |
| 10 | s3tests_boto3.functional.test_s3.test_object_copy_diff_bucket | ok | ok | ok |
| 11 | s3tests_boto3.functional.test_s3.test_object_copy_not_owned_bucket | FAIL | FAIL | ok |
| 11 | s3tests_boto3.functional.test_s3.test_object_copy_not_owned_bucket | ok | FAIL | ok |
| 12 | s3tests_boto3.functional.test_s3.test_object_copy_not_owned_object_bucket | ERROR | ok | ok |
| 13 | s3tests_boto3.functional.test_s3.test_object_copy_canned_acl | ERROR | ok | ok |
| 13 | s3tests_boto3.functional.test_s3.test_object_copy_canned_acl | ok | ok | ok |
| 14 | s3tests_boto3.functional.test_s3.test_object_copy_retaining_metadata | ok | ok | ok |
| 15 | s3tests_boto3.functional.test_s3.test_object_copy_replacing_metadata | ok | ok | ok |
| 16 | s3tests_boto3.functional.test_s3.test_object_copy_bucket_not_found | ok | ok | ok |
@ -35,10 +35,10 @@ Compatibility: 14/16/17 out of 17
## GetObject
Compatibility: 27/25/29 out of 33
Compatibility: 30/25/29 out of 33
| | Test | s3-gw | minio | aws s3 |
|----|------------------------------------------------------------------------------------------|-------|-------|--------|
|-----|------------------------------------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_s3.test_get_object_ifmatch_good | ok | ok | ok |
| 2 | s3tests_boto3.functional.test_s3.test_get_object_ifmatch_failed | ok | ok | ok |
| 3 | s3tests_boto3.functional.test_s3.test_get_object_ifnonematch_good | ok | ok | ok |
@ -64,12 +64,12 @@ Compatibility: 27/25/29 out of 33
| 23 | s3tests_boto3.functional.test_s3.test_object_raw_get_x_amz_expires_out_range_zero | ok | ok | ok |
| 24 | s3tests_boto3.functional.test_s3.test_object_raw_get_x_amz_expires_out_max_range | FAIL | FAIL | FAIL |
| 25 | s3tests_boto3.functional.test_s3.test_object_raw_get_x_amz_expires_out_positive_range | ok | FAIL | FAIL |
| 26 | s3tests_boto3.functional.test_s3.test_object_raw_get | ERROR | ERROR | ok |
| 26 | s3tests_boto3.functional.test_s3.test_object_raw_get | ok | ERROR | ok |
| 27 | s3tests_boto3.functional.test_s3.test_object_raw_get_bucket_gone | ok | FAIL | ok |
| 28 | s3tests_boto3.functional.test_s3.test_object_delete_key_bucket_gone | ok | FAIL | ok |
| 29 | s3tests_boto3.functional.test_s3.test_object_header_acl_grants | ERROR | FAIL | ERROR |
| 30 | s3tests_boto3.functional.test_s3.test_object_raw_get_object_gone | FAIL | FAIL | ok |
| 31 | s3tests_boto3.functional.test_s3.test_object_raw_get_object_acl | FAIL | ok | ok |
| 30 | s3tests_boto3.functional.test_s3.test_object_raw_get_object_gone | ok | FAIL | ok |
| 31 | s3tests_boto3.functional.test_s3.test_object_raw_get_object_acl | ok | ok | ok |
| 32 | s3tests_boto3.functional.test_s3.test_object_raw_authenticated | ok | ok | ok |
| 33 | s3tests_boto3.functional.test_s3.test_object_raw_response_headers | ok | ok | ok |
@ -187,10 +187,10 @@ This group is not explicitly supported by s3-gw, but some tests may pass.
## ListObjects
Compatibility: 77/63/75 out of 84
Compatibility: 81/63/76 out of 84
| | Test | s3-gw | minio | aws s3 |
|----|-------------------------------------------------------------------------------------------------|-------|-------|--------|
|-----|-------------------------------------------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_s3.test_bucket_list_empty | ok | ok | ok |
| 2 | s3tests_boto3.functional.test_s3.test_bucket_list_distinct | ok | ok | ok |
| 3 | s3tests_boto3.functional.test_s3.test_bucket_list_many | ok | ok | ok |
@ -268,22 +268,22 @@ Compatibility: 77/63/75 out of 84
| 75 | s3tests_boto3.functional.test_s3.test_bucket_list_marker_after_list | ok | ok | ok |
| 76 | s3tests_boto3.functional.test_s3.test_bucket_listv2_startafter_after_list | ok | ok | ok |
| 77 | s3tests_boto3.functional.test_s3.test_bucket_list_return_data | ok | FAIL | ok |
| 78 | s3tests_boto3.functional.test_s3.test_bucket_list_objects_anonymous | ERROR | ERROR | ok |
| 79 | s3tests_boto3.functional.test_s3.test_bucket_listv2_objects_anonymous | ERROR | ERROR | ok |
| 80 | s3tests_boto3.functional.test_s3.test_bucket_list_objects_anonymous_fail | FAIL | ok | ok |
| 81 | s3tests_boto3.functional.test_s3.test_bucket_listv2_objects_anonymous_fail | FAIL | ok | ok |
| 78 | s3tests_boto3.functional.test_s3.test_bucket_list_objects_anonymous | ok | ERROR | ok |
| 79 | s3tests_boto3.functional.test_s3.test_bucket_listv2_objects_anonymous | ok | ERROR | ok |
| 80 | s3tests_boto3.functional.test_s3.test_bucket_list_objects_anonymous_fail | ok | ok | ok |
| 81 | s3tests_boto3.functional.test_s3.test_bucket_listv2_objects_anonymous_fail | ok | ok | ok |
| 82 | s3tests_boto3.functional.test_s3.test_bucket_list_special_prefix | ok | ok | ok |
| 83 | s3tests_boto3.functional.test_s3.test_bucket_list_long_name | ok | ok | ok |
| 84 | s3tests_boto3.functional.test_s3.test_basic_key_count | ok | ok | ok |
## Object ACL
Compatibility: 3/3/10 out of 19
Compatibility: 4/3/10 out of 19
| | Test | s3-gw | minio | aws s3 |
|----|---------------------------------------------------------------------------------------|-------|-------|--------|
|-----|---------------------------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_headers.test_object_acl_create_contentlength_none | ok | ERROR | ok |
| 2 | s3tests_boto3.functional.test_s3.test_object_anon_put_write_access | ERROR | ERROR | ERROR |
| 2 | s3tests_boto3.functional.test_s3.test_object_anon_put_write_access | ok | ERROR | ERROR |
| 3 | s3tests_boto3.functional.test_s3.test_object_acl_default | FAIL | FAIL | ok |
| 4 | s3tests_boto3.functional.test_s3.test_object_acl_canned_during_create | FAIL | FAIL | FAIL |
| 5 | s3tests_boto3.functional.test_s3.test_object_acl_canned | FAIL | FAIL | FAIL |
@ -492,7 +492,7 @@ Compatibility: 3/3/16 out of 33
This group is not explicitly supported by s3-gw, but some tests may pass.
| | Test | s3-gw | minio | aws s3 |
|----|--------------------------------------------------------------------------------------------|-------|-------|--------|
|-----|--------------------------------------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_s3.test_bucket_recreate_overwrite_acl | FAIL | FAIL | FAIL |
| 2 | s3tests_boto3.functional.test_s3.test_bucket_recreate_new_acl | FAIL | FAIL | FAIL |
| 3 | s3tests_boto3.functional.test_s3.test_bucket_acl_default | FAIL | FAIL | ok |
@ -512,8 +512,8 @@ This group is not explicitly supported by s3-gw, but some tests may pass.
| 17 | s3tests_boto3.functional.test_s3.test_bucket_acl_revoke_all | ERROR | ERROR | ok |
| 18 | s3tests_boto3.functional.test_s3.test_bucket_acl_canned_private_to_private | ok | ok | ok |
| 19 | s3tests_boto3.functional.test_s3.test_bucket_header_acl_grants | ERROR | FAIL | FAIL |
| 20 | s3tests_boto3.functional.test_s3.test_access_bucket_private_object_private | FAIL | FAIL | ok |
| 21 | s3tests_boto3.functional.test_s3.test_access_bucket_private_objectv2_private | FAIL | FAIL | ok |
| 20 | s3tests_boto3.functional.test_s3.test_access_bucket_private_object_private | ok | FAIL | ok |
| 21 | s3tests_boto3.functional.test_s3.test_access_bucket_private_objectv2_private | ok | FAIL | ok |
| 22 | s3tests_boto3.functional.test_s3.test_access_bucket_private_object_publicread | ERROR | ERROR | ok |
| 23 | s3tests_boto3.functional.test_s3.test_access_bucket_private_objectv2_publicread | ERROR | ERROR | ok |
| 24 | s3tests_boto3.functional.test_s3.test_access_bucket_private_object_publicreadwrite | ERROR | ERROR | ok |
@ -529,13 +529,13 @@ This group is not explicitly supported by s3-gw, but some tests may pass.
## CORS
Compatibility: 2/0/3 out of 4
Compatibility: 3/0/3 out of 4
| | Test | s3-gw | minio | aws s3 |
|---|------------------------------------------------------------|-------|-------|--------|
|-----|------------------------------------------------------------|-------|-------|--------|
| 1 | s3tests_boto3.functional.test_s3.test_set_cors | ok | ERROR | ok |
| 2 | s3tests_boto3.functional.test_s3.test_cors_origin_response | FAIL | ERROR | FAIL |
| 3 | s3tests_boto3.functional.test_s3.test_cors_origin_wildcard | FAIL | ERROR | ok |
| 3 | s3tests_boto3.functional.test_s3.test_cors_origin_wildcard | ok | ERROR | ok |
| 4 | s3tests_boto3.functional.test_s3.test_cors_header_option | ok | ERROR | ok |
## Encryption