adoroszlai commented on a change in pull request #963:
URL: https://github.com/apache/hadoop-ozone/pull/963#discussion_r431061557



##########
File path: hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell.robot
##########
@@ -114,6 +114,10 @@ Test key handling
                     Execute             rm -f /tmp/NOTICE.txt.1
                     Execute             ozone sh key get 
${protocol}${server}/${volume}/bb1/key1 /tmp/NOTICE.txt.1
                     Execute             diff -q /opt/hadoop/NOTICE.txt 
/tmp/NOTICE.txt.1
+                    Execute             ozone sh key cp 
${protocol}${server}/${volume}/bb1/key1 
${protocol}${server}/${volume}/bb1/key1-copy

Review comment:
       `cp` requires bucket URI and key names to be supplied separately:
   
   ```suggestion
                       Execute             ozone sh key cp 
${protocol}${server}/${volume}/bb1 key1 key1-copy
   ```




----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to