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.
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.