-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to fix Mono errors during Travis CI build? #51
Comments
It's likely a bug in corefx #59302 |
@phongphan I noticed that the same error happened after a huge stack trace, after #56 #57 failures. I am wondering if there is something wrong with the way that the unittests are asserting issues and reporting them out to the log? or is mono failing totally normal when a unittest doesn't pass? Here's where I saw those issues: https://travis-ci.org/sendgrid/csharp-http-client/builds/294260033?utm_source=github_status&utm_medium=notification |
Even if I commented out the test in #53. Both of them are still failing under mono. Not sure what exactly triggered the failure though. |
@mbernier, uncaught exceptions will be displayed verbosely. In this case those exceptions are not what the unittest runner expected. For the remaining exceptions, I can only guess (based on the commit log) that the cause of failing has todo with the test environment and is likely as what @phongphan mentioned earlier. I've yet to dig those errors deeply though. |
Issue Summary
We are seeing
On every build. Can you help with this?
The text was updated successfully, but these errors were encountered: