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

Get tests working on Travis / Linux #594

Closed dougbu closed 8 years ago

dougbu commented 8 years ago

MusicStore builds have been erroring or failing consistently on Travis for a while. Looks like the last successful Travis run was a month ago. (Admittedly, that span may include runs where Linux succeeded but OS X failed.)

The current issues occur during Testing.SelfHostDeployer.StartSelfHost() calls. May relate to aspnet/KestrelHttpServer#654 and look a bit similar to failures in aspnet/Entropy#102.

See failures in https://travis-ci.org/aspnet/MusicStore/jobs/111587838 for example.

muratg commented 8 years ago

@kichalla Could you please take a look?

kichalla commented 8 years ago

Build now passes on Travis.