azure-service-operator
azure-service-operator copied to clipboard
Modify samples tests to create resources in parallel
Describe the current behavior
At the moment the samples tests create all the refs in one go, then all the resources under test. We've identified a case where this concealed a sequencing bug, and it would be good to discover any other cases that lurk in ASO.
Describe the improvement
Instead of creating the resources in two tranches, do them all at once via a single call to CreateResourcesAndWait().