Remove RunAnAPIServer from integration tests

This commit is contained in:
Wojciech Tyczyński
2022-07-25 12:18:44 +02:00
parent c633f7124d
commit 5b042f0bf4
8 changed files with 46 additions and 404 deletions

View File

@@ -635,7 +635,7 @@ func runWorkload(b *testing.B, tc *testCase, w *workload) []DataItem {
b.Fatalf("validate scheduler config file failed: %v", err)
}
}
finalFunc, podInformer, client, dynClient := mustSetupScheduler(cfg)
finalFunc, podInformer, client, dynClient := mustSetupScheduler(b, cfg)
b.Cleanup(finalFunc)
var mu sync.Mutex