microsoft / ApplicationInsights-dotnet-server

Microsoft Application Insights for .NET Web Applications
https://azure.microsoft.com/services/application-insights/
133 stars 67 forks source link

Use InMemory channel in functional tests #1204

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

supposedly fixes issues #1153, #1154, #1127, #1096.

func tests use servertelemetrychannel, but it does not guarantee to immediately send telemetry. Let's try using InMemory channel and see if it stabilizes tests.

lmolkova commented 5 years ago

All these changes:

seem to help a lot reducing the failure rate to ~25%. still there is some problem that sometimes test app container is not started properly/timely/etc. I'll create another issue for that.

TimothyMothra commented 5 years ago

This LGTM, but because @cijothomas is the author, I want to give him a chance to review. :)