gardener / autoscaler

Customised fork of cluster-autoscaler to support machine-controller-manager
Apache License 2.0
16 stars 23 forks source link

Support Debugging of Integration Tests #185

Open elankath opened 1 year ago

elankath commented 1 year ago

What would you like to be added: Currently the gardener autoscaler integration tests launches the autoscaler as a separate process using the Makefile and using the make start target. This prevents the use of a debugger such as delve. It also leads to un-necessary long timeouts in case of IT failures.

Ideally, the integration test should run the auto-scaler routine in process. This would allow easy launch and debugging of autoscaler code inside the IDE when debugging test failures.

Why is this needed: Developer ease of use in support and debugging IT failures.

ashwani2k commented 8 months ago

Grooming Decision:

This will be a part of the CA-MCM overhaul.