-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Async uncaught exception not shown in default reporter and has useless stack #511
Comments
In #502 I change how these "no results received" errors are propagated. They're now treated as uncaught exceptions and, crucially, don't stop the tests from running. It seems to fix this case too!
|
Though I must admit that I haven't rebased on top of |
Output is the same. |
@novemberborn I assume this can be closed now then? |
Yea |
I am facing the same problem here — https://travis-ci.org/tusharmath/Multi-threaded-downloader/builds/117959834 |
@tusharmath it doesn't output any uncaught exception though. Maybe you're running into the issue discussed here: #604 (comment) |
Tests run fine locally. I'm not sure what the issue is. Could you elaborate On Wed, Mar 23, 2016, 8:01 PM Mark Wubben [email protected] wrote:
|
#604 discusses an issue where Travis kills the test processes. I suspect you're running into that problem. The behavior described in this issue is by design. |
@novemberborn Some pointers to mitigate the problem would be a great help. I went thru the discussion but I am unable to co-relate it with my issue. |
@tusharmath try running with the |
That din't work either. Infact I tried creating folders and run them one by one also. Did not work. |
@tusharmath could you open a new issue to discuss this in? |
With latest master (d51c331).
Default reporter:
Verbose reporter:
It should show the uncaught exception in the default reporter and a more useful stack in both.
The text was updated successfully, but these errors were encountered: