operator-framework / operator-controller

A new and improved management framework for extending Kubernetes with Operators
https://operator-framework.github.io/operator-controller/
Apache License 2.0
61 stars 53 forks source link

Add tests to generate pprof files #1040

Open JudeNiroshan opened 3 months ago

JudeNiroshan commented 3 months ago

There are no automated tests around profiling that can run in the CI pipeline. New tests should cover general workflows and generate the pprof files. The primary focus areas are:

Relates to https://github.com/operator-framework/operator-controller/issues/920