ashishkumar50 commented on code in PR #5065:
URL: https://github.com/apache/ozone/pull/5065#discussion_r1264295358
##########
hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-lib.robot:
##########
@@ -72,7 +72,7 @@ Test ozone shell
Execute ozone sh bucket clrquota
--namespace-quota ${protocol}${server}/${volume}/bb1
${result} = Execute ozone sh bucket info
${protocol}${server}/${volume}/bb1 | jq -r '. | select(.name=="bb1") |
.quotaInNamespace'
Should Be Equal ${result} -1
- Execute ozone sh bucket delete
${protocol}${server}/${volume}/bb1
+ Execute ozone sh bucket delete -r --yes
${protocol}${server}/${volume}/bb1
Review Comment:
Yes because at L62, we are calling `Test key handling`, which deletes the
key and key moves inside trash.
--
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]