-
Notifications
You must be signed in to change notification settings - Fork 523
Travis jamms/hangs #338
Comments
For reference next lines should be
|
Looks like this might be fixed in mono 4.2.0 |
You can try out 4.2 by adding |
Not recommended since Mono 4.2 has other issues at least when used with Ubuntu 12.04. I will soon migrate our Travis configuration to use the new Ubuntu 14.04 (Trusty) systems. We should look at what works and what doesn't (with stable Mono releases) after that migration. |
@dougbu I'd be interested to hear about the 12.04 vs 14.04 issues? Mono 4.2 will be released very soon. |
For example https://bugzilla.xamarin.com/show_bug.cgi?id=30018 was only fixed in Mono 4.3 and it breaks Further we see significant MVC test regressions when running with the Mono Alpha feed. Another push toward Ubuntu 14.04 is the fact .NET Core has targeted that specific release. |
I'll make sure this gets into the first service release for Mono 4.2
That's unfortunate... MVC would need to stay on 4.0 for the time being then. |
To be clear: That was an example of problems we've seen w/ more recent Mono builds than 4.0.4. Regardless, let's not churn the |
Might not be this as the suggested workaround is |
Not just this repo though aspnet/dnx#2964 |
It normally hangs after the 218 test project; maybe split it into smaller batches? @halter73 |
I don't think splitting the tests in smaller batches will help. After discussing this with @troydai, I learned that these hangs are caused by test running not exiting after the test run has completed on Mono < 4.2. |
Frequently Travis will jam when running tests; this is between tests before moving onto the next exec step e.g.
The text was updated successfully, but these errors were encountered: