etcd-druid
etcd-druid copied to clipboard
Introduce stress testing capability and capability to run envtest outside integration tests
How to categorize this issue? /area dev-productivity /area testing /kind enhancement
What would you like to be added: Introduce the following capabilities:
- [ ] Add capability to stress test to help de-flake tests (script and/or make target) - for both unit and integration-tests
- [ ] Add capability to start envtest separately and run integration-tests targeting it. This helps analysing the state of the resources and helps in debugging tests.
Why is this needed: Enhance developer productivity