Skip to content

test: race conditions & name reuse. #477

Description

@Tinyblargon

Currently all tests have hard-coded names and IDs for the things they create, update, list, delete. This leads to conflicts between tests due to accidental name reuse.

We should introduce some extra naming service all all test can get conflict free unique names from.
This would allow us to parallelize more steps in the test suite. Reducing the time it takes to run the integration tests.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions