aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

SmokeTests flaky on CI #767

Closed jbagga closed 7 years ago

jbagga commented 7 years ago

SmokeTestsOnNanoServerUsingSharedRuntime.Test are flaky.

For applicationType Portable the exception is One or more errors occurred. (Access to the path '\\projectk-nano\musicstore\dotnet\dotnet.exe' is denied.) (The following constructor parameters did not have matching fixture data: DotnetRuntimeSetupTestFixture dotnetRuntimeSetupTestFixture)

For applicationType Standalone the exception is

Assert.Equal() Failure
Expected: OK
Actual:   InternalServerError

cc @kichalla @Tratcher

kichalla commented 7 years ago

This is fixed. This started happening after a build was killed leaving resources (port) not being cleaned resulting in later test runs to fail when trying to listen on same port.