Skip to content

Use generateName for resources created during tests, instead of uuid.NewString() #102

@mlavacca

Description

@mlavacca

Problem Statement

During our tests, we create multiple resources and use names generated by uuid.NewString(). This makes it quite complex to understand, for example, which resource belongs to which test. We could use the GenerateName field instead, and use the testName (or something similar) as the prefix.

Acceptance Criteria

  • All the uuid.NewString() occurrences for resources created in tests are replaced by GenerateName.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions