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

HttpClient redirect fails in Mono 4.0.5 causing E2E tests to fail #578

Closed kichalla closed 8 years ago

kichalla commented 8 years ago

The following issue filed on Mono describes the problem https://bugzilla.xamarin.com/show_bug.cgi?id=30604

Note that Travis CI runs on Mono 4.0.5 version

The repro for the issue is in first comment and the comment 8 mentions about this being fixed in 4.2 which I was able to verify as my Ubuntu vm has 4.2.1

Currently the 'tests' run only on dnx451, which means only Mono...we should investigate to see if we can make the tests run on CoreClr to avoid hitting these issues...

@muratg

muratg commented 8 years ago

Yes, we should make the tests run on CoreCLR as soon as possible.

cc @Eilon

kichalla commented 8 years ago

This has been fixed in commit. We now use CoreClr to run tests. 5c2ef70cae9116f68d2df3e94293b31d7108f8e3