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

Consistent failed test SmokeTests_X64.WindowsOS #673

Closed troydai closed 8 years ago

troydai commented 8 years ago
Test:
SmokeTests_X64.WindowsOS(serverType: IISExpress, runtimeFlavor: CoreC…icationType: Standalone, applicationBaseUrl: "http://localhost:5019/")

Assert.Equal() Failure
Expected: OK
Actual:   BadGateway
   at E2ETests.Validator.<VerifyHomePage>d__17.MoveNext() in D:\b\work\35116a8defcd3a21\Universe\MusicStore\test\E2ETests\Implementation\Validator.cs:line 88
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at E2ETests.SmokeTestHelper.<RunTestsAsync>d__0.MoveNext() in D:\b\work\35116a8defcd3a21\Universe\MusicStore\test\E2ETests\SmokeTestHelper.cs:line 36
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at E2ETests.SmokeTests.<SmokeTestSuite>d__2.MoveNext() in D:\b\work\35116a8defcd3a21\Universe\MusicStore\test\E2ETests\SmokeTests.cs:line 207
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at E2ETests.SmokeTests_X64.<WindowsOS>d__2.MoveNext() in D:\b\work\35116a8defcd3a21\Universe\MusicStore\test\E2ETests\SmokeTests.cs:line 100
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
cesarblum commented 8 years ago

cc @BrennanConroy @JunTaoLuo

cesarblum commented 8 years ago

Re-enable tests when fixed.

JunTaoLuo commented 8 years ago

Failures seemed to have been caused by https://github.com/aspnet/KestrelHttpServer/issues/866

halter73 commented 8 years ago

This should now be fixed.

Eilon commented 8 years ago

So we can close this?

JunTaoLuo commented 8 years ago

@Eilon, we still need to turn the tests back on and verify the fix.

JunTaoLuo commented 8 years ago

re-enabled in https://github.com/aspnet/MusicStore/commit/149fbfa99a674e560712adf39efef45a009167a1