hevinhsu commented on code in PR #8702:
URL: https://github.com/apache/ozone/pull/8702#discussion_r2184551288
##########
hadoop-ozone/dist/src/main/smoketest/ozone-lib/shell.robot:
##########
@@ -122,3 +122,8 @@ Verify EC Replication Config
Should Match Regexp ${result} ^(?m)${data}$
Should Match Regexp ${result} ^(?m)${parity}$
Should Match Regexp ${result} ^(?m)${chunksize}$
+
+Get bucket owner
+ [arguments] ${bucket}
+ ${owner} = Execute ozone sh bucket info /s3v/${bucket} | jq -r
'.owner'
+ [return] ${owner}
Review Comment:
Thanks for pointing this out! I hadn’t noticed that earlier. I’ve now made
the change and it’s awaiting CI.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]