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
Kubernetes-telemetry is used in production by KIC, hence proper test suite should be added. Moreover creating unit tests with mocked client is tedious and may be error prone, because it requires some hack like e.g. in #143
envtest can be leveraged similarly as it's being done in KIC to spin up etcd and api-server, create those resources and assert that counters work.
The text was updated successfully, but these errors were encountered:
Kubernetes-telemetry is used in production by KIC, hence proper test suite should be added. Moreover creating unit tests with mocked client is tedious and may be error prone, because it requires some hack like e.g. in #143
envtest
can be leveraged similarly as it's being done in KIC to spin up etcd and api-server, create those resources and assert that counters work.The text was updated successfully, but these errors were encountered: