This is an automated email from the ASF dual-hosted git repository.
sammichen 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 d32601b672 HDDS-7811. Fix acceptance test for multipart upload. (#5333)
d32601b672 is described below
commit d32601b672aa09843afbd711ee361586777632e8
Author: ashishkumar50 <[email protected]>
AuthorDate: Tue Oct 10 13:49:45 2023 +0530
HDDS-7811. Fix acceptance test for multipart upload. (#5333)
---
hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot
b/hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot
index f231bebcb2..1ed2f2bc1b 100644
--- a/hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot
+++ b/hadoop-ozone/dist/src/main/smoketest/s3/MultipartUpload.robot
@@ -196,7 +196,7 @@ Test abort Multipart upload with invalid uploadId
${result} = Execute AWSS3APICli and checkrc
abort-multipart-upload --bucket ${BUCKET} --key ${PREFIX}/multipartKey5
--upload-id "random" 255
Upload part with Incorrect uploadID
- SKIP TODO: HDDS-7811
+ ${result} = Execute AWSS3APICli create-multipart-upload
--bucket ${BUCKET} --key ${PREFIX}/multipartKey
Execute echo "Multipart upload" >
/tmp/testfile
${result} = Execute AWSS3APICli and checkrc upload-part
--bucket ${BUCKET} --key ${PREFIX}/multipartKey --part-number 1 --body
/tmp/testfile --upload-id "random" 255
Should contain ${result} NoSuchUpload
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]