From 41d20a411e36d58baff0b78244bfe312c9934733 Mon Sep 17 00:00:00 2001 From: Keepers Date: Sun, 2 Jul 2023 23:53:39 -0600 Subject: [PATCH] Fix sanity concurrency middleware (#3737) #### Type of change - [x] :bug: Bugfix - [x] :robot: Supportability/Tests #### Test Plan - [x] :muscle: Manual --- src/cmd/sanity_test/sanity_tests.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/sanity_test/sanity_tests.go b/src/cmd/sanity_test/sanity_tests.go index 9304460fd..ba96333df 100644 --- a/src/cmd/sanity_test/sanity_tests.go +++ b/src/cmd/sanity_test/sanity_tests.go @@ -53,6 +53,8 @@ func main() { _ = log.Sync() // flush all logs in the buffer }() + graph.InitializeConcurrencyLimiter(ctx, true, 4) + adapter, err := graph.CreateAdapter( tester.GetM365TenantID(ctx), os.Getenv("AZURE_CLIENT_ID"),