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
@@ -86,12 +79,10 @@ public void SingleEventNoBuffer()
86
79
Assert.Equal($"MS_FUNCTION_LOGS 4,C37E3412-86D1-4B93-BC5A-A2AE09D26C2D,TestApp,TestFunction,TestEvent,TestSource,\"These are the details, lots of details\",\"This is the summary, a great summary\",{ScriptHost.Version},{timestamp.ToString("O")},TestExceptionType,\"Test exception message, with details\",E2D5A6ED-4CE3-4CFD-8878-FD4814F0A1F3,3AD41658-1C4E-4C9D-B0B9-24F2BDAE2829,F0AAA9AD-C3A6-48B9-A75E-57BB280EBB53,TEST-CONTAINER,test-stamp,test-tenant,TestRuntimeSiteName,TestSlotName",output);
@@ -105,12 +96,10 @@ public async Task SingleEventBuffer(bool batched)
105
96
Assert.Equal($"MS_FUNCTION_LOGS 4,C37E3412-86D1-4B93-BC5A-A2AE09D26C2D,TestApp,TestFunction,TestEvent,TestSource,\"These are the details, lots of details\",\"This is the summary, a great summary\",{ScriptHost.Version},{timestamp.ToString("O")},TestExceptionType,\"Test exception message, with details\",E2D5A6ED-4CE3-4CFD-8878-FD4814F0A1F3,3AD41658-1C4E-4C9D-B0B9-24F2BDAE2829,F0AAA9AD-C3A6-48B9-A75E-57BB280EBB53,TEST-CONTAINER,test-stamp,test-tenant,TestRuntimeSiteName,TestSlotName",output);
@@ -130,13 +119,11 @@ public async Task MultipleEventsBuffered(bool batched)
130
119
Assert.Equal($"MS_FUNCTION_LOGS 4,C37E3412-86D1-4B93-BC5A-A2AE09D26C2D,TestApp,TestFunction3,TestEvent,TestSource,\"These are the details, lots of details\",\"This is the summary, a great summary\",{ScriptHost.Version},{timestamp.ToString("O")},TestExceptionType,\"Test exception message, with details\",E2D5A6ED-4CE3-4CFD-8878-FD4814F0A1F3,3AD41658-1C4E-4C9D-B0B9-24F2BDAE2829,F0AAA9AD-C3A6-48B9-A75E-57BB280EBB53,TEST-CONTAINER,test-stamp,test-tenant,TestRuntimeSiteName,TestSlotName",output[2]);
@@ -172,7 +159,7 @@ public async Task WritesLogsDirectlyWhenBufferIsFull()
172
159
generator.LogFunctionTraceEvent(LogLevel.Information,"C37E3412-86D1-4B93-BC5A-A2AE09D26C2D","TestApp","TestFunction3","TestEvent","TestSource","These are the details, lots of details","This is the summary, a great summary","TestExceptionType","Test exception message, with details","E2D5A6ED-4CE3-4CFD-8878-FD4814F0A1F3","3AD41658-1C4E-4C9D-B0B9-24F2BDAE2829","F0AAA9AD-C3A6-48B9-A75E-57BB280EBB53","TestRuntimeSiteName","TestSlotName",timestamp);
0 commit comments