elek commented on a change in pull request #2280:
URL: https://github.com/apache/ozone/pull/2280#discussion_r642310126



##########
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:
       Good idea. Moved this block to there. 




-- 
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]

Reply via email to