adoroszlai commented on a change in pull request #2280:
URL: https://github.com/apache/ozone/pull/2280#discussion_r639474232
##########
File path: hadoop-ozone/dist/src/main/smoketest/ozonefs/setup.robot
##########
@@ -30,6 +30,10 @@ ${DEEP_DIR} test/${SCHEME}/dir
*** Keywords ***
Setup for FS test
+ ${random} = Generate Random String 5 [NUMBERS]
+ Set Suite Variable ${BUCKET} ${random}-${BUCKET_TYPE}1-${SCHEME}
+ Set Suite Variable ${BUCKET2} ${random}-${BUCKET_TYPE}2-${SCHEME}
+ Set Suite Variable ${BUCKET_IN_VOL2} ${random}-${BUCKET_TYPE}3-${SCHEME}
Review comment:
Nit: I think it would be better to add these to `Assign suite vars for
FS test`. If you agree, then invocation of that keyword needs to be moved
earlier here.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]