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
Some reconcilers requires to build indices, so they cannot start without a real k8s APIserver. To effectively test them, we need to import envtest framework to provide a k8s server for running the reconciler.
Proposed Solution
Import envtest framework and add tests for the reconcilers requiring k8s APIserver in either:
Unit tests
Standalone "envtest" tests
...
Additional Information
...
Acceptance Criteria
Reconcilers requiring a k8s APIserver can be effectively tested
The text was updated successfully, but these errors were encountered:
Problem Statement
Some reconcilers requires to build indices, so they cannot start without a real k8s APIserver. To effectively test them, we need to import
envtest
framework to provide a k8s server for running the reconciler.Proposed Solution
Import
envtest
framework and add tests for the reconcilers requiring k8s APIserver in either:...
Additional Information
...
Acceptance Criteria
The text was updated successfully, but these errors were encountered: