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
_workerChannelLogger.LogDebug("Received FunctionLoadResponseCollection with number of functions: '{count}'.",loadResponseCollection.FunctionLoadResponses.Count);
Copy file name to clipboardExpand all lines: test/WebJobs.Script.Tests/Workers/Rpc/GrpcWorkerChannelTests.cs
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -489,39 +489,6 @@ public void ReceivesInboundEvent_FunctionLoadResponse()
489
489
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Received FunctionLoadResponse for function: 'js1' with functionId: 'TestFunctionId1'.")));
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Setting up FunctionInvocationBuffer for function: 'js1' with functionId: 'TestFunctionId1'")));
503
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Setting up FunctionInvocationBuffer for function: 'js2' with functionId: 'TestFunctionId2'")));
504
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Worker failed to load function: 'js1' with function id: 'TestFunctionId1'.")));
505
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Worker failed to load function: 'js2' with function id: 'TestFunctionId2'.")));
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Setting up FunctionInvocationBuffer for function: 'js1' with functionId: 'TestFunctionId1'")));
519
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Setting up FunctionInvocationBuffer for function: 'js2' with functionId: 'TestFunctionId2'")));
520
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,string.Format("Received FunctionLoadResponseCollection with number of functions: '{0}'.",functionMetadatas.ToList().Count))));
521
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Received FunctionLoadResponse for function: 'js1' with functionId: 'TestFunctionId1'.")));
522
-
Assert.True(traces.Any(m =>string.Equals(m.FormattedMessage,"Received FunctionLoadResponse for function: 'js2' with functionId: 'TestFunctionId2'.")));
0 commit comments