You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2021/11/02 13:40:00 UTC

[jira] [Updated] (HDDS-5917) S3 acceptance test failure due to too wide assertion

     [ https://issues.apache.org/jira/browse/HDDS-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-5917:
-----------------------------------
    Summary: S3 acceptance test failure due to too wide assertion  (was: S3 acceptance test failure due to to wide assertion)

> S3 acceptance test failure due to too wide assertion
> ----------------------------------------------------
>
>                 Key: HDDS-5917
>                 URL: https://issues.apache.org/jira/browse/HDDS-5917
>             Project: Apache Ozone
>          Issue Type: Bug
>          Components: test
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Minor
>              Labels: pull-request-available
>
> {code:title=https://github.com/apache/ozone/blob/5c76856e68599a50cbf2fc4d57fed8ac84332f3d/hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot#L38-L39}
> #In case of HTTP 500, the error code is printed out to the console.
>                         Should not contain         ${result}         500
> {code}
> may cause unexpected failure:
> {code}
> '{
>     "Contents": [
>         {
>             "LastModified": "2021-11-02T01:53:35.940Z", 
>             "ETag": "2021-11-02T01:53:35.940Z", 
>             "StorageClass": "STANDARD", 
>             "Key": "ozone-test-8943650065/deletetestapi/", 
>             "Size": 0
>         }
>     ]
> }' contains '500'
> {code}
> {{Key}}, {{LastModified}} or {{ETag}} values may contain "500".



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org