Skip to content

Use unique filename in case of retries

Mark Lapierre requested to merge ml-update-test-filename into master

What does this MR do?

If a test pushes a file and then fails and retries, the 2nd attempt will fail when it tries to push the same file again.

This changes the test in which I noticed the problem to use a unique filename so that the 2nd attempt can succeed. It also updates some resource classes to use a unique filename by default so that other tests don't have the same problem.

Does this MR meet the acceptance criteria?

Conformity

Edited by Mark Lapierre

Merge request reports