sreejasahithi commented on code in PR #7864:
URL: https://github.com/apache/ozone/pull/7864#discussion_r1953879907
##########
hadoop-ozone/dist/src/main/smoketest/basic/ozone-shell-lib.robot:
##########
@@ -131,8 +131,7 @@ Test ozone shell errors
${result} = Execute and checkrc ozone sh bucket create
${protocol}${server}/${volume}/bucket1 255
Should contain ${result} QUOTA_ERROR
Execute and checkrc ozone sh volume delete
${protocol}${server}/${volume} 0
- ${result} = Execute and checkrc ozone sh key put
${protocol}${server}/${volume}/bucket1/key1 sample.txt 255
- Should Match Regexp ${result}
Error: File not found: .*
Review Comment:
i feel this test case has to be removed because if for example the volume is
not found then , it gives
`'VOLUME_NOT_FOUND Volume 48469-with-errors is not found' does not match
'Error: File not found: .*'` in acceptance test
--
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]