Support Debugging of Integration Tests #185
Labels
area/dev-productivity
Developer productivity related (how to improve development)
area/testing
Testing related
kind/enhancement
Enhancement, improvement, extension
lifecycle/rotten
Nobody worked on this for 12 months (final aging stage)
priority/3
Priority (lower number equals higher priority)
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.
The text was updated successfully, but these errors were encountered: