This is an automated email from the ASF dual-hosted git repository.

erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e91226  HDDS-5917. S3 acceptance test failure due to too wide 
assertion (#2789)
4e91226 is described below

commit 4e9122682d96299be856a0fe4c943397c251f584
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Nov 29 23:56:57 2021 +0100

    HDDS-5917. S3 acceptance test failure due to too wide assertion (#2789)
---
 hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot 
b/hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot
index ca3a5a4..ce51731 100644
--- a/hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/s3/objectdelete.robot
@@ -31,12 +31,10 @@ Delete file with s3api
                         Execute                    date > /tmp/testfile
     ${result} =         Execute AWSS3ApiCli        put-object --bucket 
${BUCKET} --key ${PREFIX}/deletetestapi/f1 --body /tmp/testfile
     ${result} =         Execute AWSS3ApiCli        list-objects --bucket 
${BUCKET} --prefix ${PREFIX}/deletetestapi/
-                        Should contain             ${result}         f1
+                        Should contain             ${result}         
"${PREFIX}/deletetestapi/f1"
     ${result} =         Execute AWSS3APICli        delete-object --bucket 
${BUCKET} --key ${PREFIX}/deletetestapi/f1
     ${result} =         Execute AWSS3ApiCli        list-objects --bucket 
${BUCKET} --prefix ${PREFIX}/deletetestapi/
-                        Should not contain         ${result}         f1
-#In case of HTTP 500, the error code is printed out to the console.
-                        Should not contain         ${result}         500
+                        Should not contain         ${result}         
"${PREFIX}/deletetestapi/f1"
 
 Delete file with s3api, file doesn't exist
     ${result} =         Execute AWSS3Cli           ls s3://${BUCKET}/

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to