kuadrant-operator icon indicating copy to clipboard operation
kuadrant-operator copied to clipboard

Fix settings generation in tests

Open didierofrivia opened this issue 3 years ago • 3 comments

In some integration tests we are relying on random namespace generation, which makes it hard to test dependent services expecting an ENV var value to be already setup.

didierofrivia avatar Oct 27 '22 12:10 didierofrivia

This is related to https://github.com/Kuadrant/kuadrant-operator/issues/69, since right now the flow accepting Kuadrant services installed in a custom namespace is broken

didierofrivia avatar Nov 09 '22 15:11 didierofrivia

This might not need to get rid of the random namespace generation, but to make the most of it and run test in parallel, since the integration ones are taking way longer than any human can afford time to waste on them.

didierofrivia avatar Dec 08 '22 10:12 didierofrivia

@didierofrivia Is this still relevant?

alexsnaps avatar Dec 08 '23 16:12 alexsnaps

@didierofrivia can this be closed? 🤔 We have the integration tests running in parallel so not sure if this still needs to be addressed

KevFan avatar Sep 11 '24 15:09 KevFan