Closed TimothyMothra closed 5 years ago
Test failed:
MVC20.FuncTests.TelemetryModuleWorkingMvcTests.TestIfPerformanceCountersAreCollected [25ms] Error Message: System.IO.IOException : Failed to bind to address http://127.0.0.1:12226: address already in use.
@cijothomas
Didn't we have some tests disabled waiting for DependencyCollector? Should we re-enable them?
@lmolkova Yes we need to reenable all ignored tests. [Fact(Skip = "Re-Enable once DependencyTrackingModule is updated to latest DiagnosticSource.")]
@cijothomas, just to confirm... Do you want to wait until the stable release of DiagnosticSource before enabling ignored tests?
@TimothyMothra tests are ready to be enabled now and should pass. This is I believe prereq for beta3. Would you mind enabling them as a part of this PR?
@lmolkova gladly. i'll take care of it right now :)
ready to merge
also updated DiagnosticSource to stay in sync with WebSDK https://github.com/microsoft/ApplicationInsights-dotnet-server/pull/1252