elek opened a new pull request #2280:
URL: https://github.com/apache/ozone/pull/2280


   ## What changes were proposed in this pull request?
   
   Most of our smoketests can be executed multiple times, which helps us to 
debug the tests locally.
   
   Unfortunately, it's not the case `ozonefs/ozonefs.robot`. This test uses 
hard-coded bucket/volume names instead of using randomized bucket names.
   
   For example:
   
   docker-compose up -d --scale datanode=3
   docker-compose exec scm bash
   robot smoketest/ozonefs/ozonefs.robot
   
   robot smoketest/ozonefs/ozonefs.robot
   
   The second execution fails which makes harder to debug test problems.
   
   It seems to be better to follow existing pattern and adding a random prefix 
to the user bucket names.
   
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-5272
   
   ## How was this patch tested?
   
   ```
   cd compose/ozone
   docker-compose up -d --scale datanode=3
   docker-compose exec scm bash
   robot smoketest/ozonefs/ozonefs.robot
   
   robot smoketest/ozonefs/ozonefs.robot
   ```


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