bharatviswa504 commented on a change in pull request #549: HDDS-1213. Support
plain text S3 MPU initialization request
URL: https://github.com/apache/hadoop/pull/549#discussion_r262711494
##########
File path: hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot
##########
@@ -54,16 +52,14 @@ Test Multipart Upload
# upload we get error entity too small. So, considering further complete
# multipart upload, uploading each part as 5MB file, exception is for last part
- ${system} = Evaluate platform.system() platform
- Run Keyword if '${system}' == 'Darwin' Create Random file for mac
- Run Keyword if '${system}' == 'Linux' Create Random file for
linux
- ${result} = Execute AWSS3APICli upload-part --bucket
${BUCKET} --key multipartKey --part-number 1 --body /tmp/part1 --upload-id
${nextUploadID}
- Should contain ${result} ETag
+ ${system} = Evaluate platform.system() platform
Review comment:
We can remove line 55, as we have previously checked system type and created
random file.
Now it is removed, we don't need it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]