Skip to content

Added id to namespace name generator

Tomislav Nikić requested to merge tn-quality-add_id_to_group_name into master

What does this MR do?

There were problems with flaky tests that fail at some point because they are trying to create a group which already exists with the same name. Since a group name is generated using a time stamp and tests are executed in parallel, there is a chance that a test is using the same timestamp as another. I added a simple fix that lowers the chance for this to happen by creating a random id that is added to the timestamp.

What are the relevant issue numbers?

31

Does this MR meet the acceptance criteria?

Merge request reports