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: [email protected]
For additional commands, e-mail: [email protected]