You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/08/02 10:26:16 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2482: HDDS-5458. Extend s3 compatibility script, and fix the related errors

adoroszlai commented on a change in pull request #2482:
URL: https://github.com/apache/ozone/pull/2482#discussion_r680839402



##########
File path: hadoop-ozone/dist/src/main/smoketest/s3/s3_compatbility_check.sh
##########
@@ -20,10 +20,42 @@ set -e
 # This script helps to execute S3 robot test against real AWS s3 endpoint
 # To make sure that all of our defined tests cases copies the behavior of AWS
 
+
+# To run this script
+#    mvn clean install -DskipShade -DskipTests
+#    cd hadoop-ozone/dist/target/ozone-1.2.0-SNAPSHOT/smoketest/s3/

Review comment:
       Making it a bit more future-proof:
   
   ```suggestion
   #    cd hadoop-ozone/dist/target/ozone-*/smoketest/s3/
   ```




-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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