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
Assert.True(traces.Length==10,$"Expected 10 messages, but found {traces.Length}. Actual logs:{Environment.NewLine}{string.Join(Environment.NewLine,traces.Select(t =>t.Message))}");
238
+
Assert.True(traces.Length==11,$"Expected 10 messages, but found {traces.Length}. Actual logs:{Environment.NewLine}{string.Join(Environment.NewLine,traces.Select(t =>t.Message))}");
239
239
240
240
ValidateTrace(traces[0],"Found the following functions:\r\n",LogCategories.Startup);
ValidateTrace(traces[9],"ServicePointManager.DefaultConnectionLimit is set to the default value of 2. This can limit the connection throughput to services like Azure Storage. For more information, see https://aka.ms/webjobs-connections.",LogCategories.Startup,expectedLevel:SeverityLevel.Warning);
0 commit comments