Skip to content

Commit

Permalink
HDDS-11639. Upgrade ozone-runner to Rocky Linux 9.3 (apache#7391)
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai authored Nov 5, 2024
1 parent 3bc3b8a commit 76ec9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hadoop-ozone/dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<docker.ozone-runner.version>20241022-jdk17-1</docker.ozone-runner.version>
<docker.ozone-runner.version>20241104-jdk17-1</docker.ozone-runner.version>
<docker.ozone-testkr5b.image>apache/ozone-testkrb5:20230318-1</docker.ozone-testkr5b.image>
<maven.test.skip>true</maven.test.skip> <!-- no tests in this module so far -->
</properties>
Expand Down
8 changes: 4 additions & 4 deletions hadoop-ozone/dist/src/main/smoketest/s3/objectcopys3a.robot
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ Put object s3a simulation
Execute echo "Randomtext" > /tmp/testfile
${result} = Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt 255
${result} = Execute AWSS3ApiCli list-objects --bucket ${BUCKET} --prefix ${PREFIX}/word.txt/
Should Not contain ${result} word.txt
Should Not Match Regexp ${result} "Key".*word.txt

${result} = Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_ 255
${result} = Execute AWSS3ApiCli list-objects --bucket ${BUCKET} --prefix ${PREFIX}/word.txt._COPYING_/
Should Not contain ${result} word.txt._COPYING_
Should Not Match Regexp ${result} "Key".*word.txt._COPYING_

${result} = Execute AWSS3ApiCli put-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_ --body /tmp/testfile
Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_ 0
Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt 255
${result} = Execute AWSS3ApiCli list-objects --bucket ${BUCKET} --prefix ${PREFIX}/word.txt/
Should Not contain ${result} word.txt._COPYING_
Should Not Match Regexp ${result} "Key".*word.txt._COPYING_

${result} = Execute AWSS3ApiCli copy-object --bucket ${BUCKET} --key ${PREFIX}/word.txt --copy-source ${BUCKET}/${PREFIX}/word.txt._COPYING_
Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt 0
Execute AWSS3APICli delete-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_
Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_ 255
Execute AWSS3APICli and checkrc head-object --bucket ${BUCKET} --key ${PREFIX}/word.txt._COPYING_ 255

0 comments on commit 76ec9b9

Please sign in to comment.