We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d4098c commit 6e1b7dcCopy full SHA for 6e1b7dc
pkg/epp/datastore/datastore_test.go
@@ -384,6 +384,8 @@ func TestPods(t *testing.T) {
384
ctx := context.Background()
385
pmf := backendmetrics.NewPodMetricsFactory(&backendmetrics.FakePodMetricsClient{}, time.Second)
386
ds := NewDatastore(t.Context(), pmf, 0)
387
+ fakeClient := fake.NewFakeClient()
388
+ ds.PoolSet(ctx, fakeClient, inferencePool)
389
for _, pod := range test.existingPods {
390
ds.PodUpdateOrAddIfNotExist(pod)
391
}
0 commit comments