You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hack was introduced in our KIC 2.0 Integration Tests to run the controller-manager as an exec.Command, where in the future we should be able to run this as a library in goroutines and shut it down cleanly in the suite_test.go.
Acceptance Criteria:
run our controller manager via goroutine
enable test coverage for the controller manager in the integration tests
The text was updated successfully, but these errors were encountered:
A hack was introduced in our KIC 2.0 Integration Tests to run the controller-manager as an
exec.Command
, where in the future we should be able to run this as a library in goroutines and shut it down cleanly in thesuite_test.go
.Acceptance Criteria:
The text was updated successfully, but these errors were encountered: