You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Marton Elek (Jira)" <ji...@apache.org> on 2021/05/25 10:14:00 UTC

[jira] [Created] (HDDS-5272) Make ozonefs.robot execution repetable

Marton Elek created HDDS-5272:
---------------------------------

             Summary: Make ozonefs.robot execution repetable
                 Key: HDDS-5272
                 URL: https://issues.apache.org/jira/browse/HDDS-5272
             Project: Apache Ozone
          Issue Type: Bug
            Reporter: Marton Elek
            Assignee: Marton Elek


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:

{code}
docker-compose up -d --scale datanode=3
docker-compose exec scm bash
robot smoketest/ozonefs/ozonefs.robot

robot smoketest/ozonefs/ozonefs.robot
{code}

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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org