Adding e2e integration tests for feast go opertor #4792
Closed
Description
Feast go operator is in development and we are creating this issue to track the effort to add e2e integration tests.
The goal of the ticket is to address following scenarios:
- Kubernetes FeatureStore CR should spin up all the necessary services required in our case it will be registry, online and offline services.
- Assert
FeatureStore
CR status should be in ready state. - Assert registry, online and offline service pods are in Running state.
- Assert feast client ConfigMap is existing.
- Assert registry, online and offline services are having associated Kubernetes service objects defined.
- Assert registry, online and offline services are having associated Kubernetes service account objects defined.