-
Notifications
You must be signed in to change notification settings - Fork 98
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
Error reporting is sometimes vague #102
Comments
Hmm. Thanks. |
Any news on this? I've been bit by this in my Sauce Labs localForage branch. I'm looking to run tests on Sauce Labs, but the errors (that might be config-related, but I can't tell) aren't helpful at all. |
Yup, I've got the Sauce Api reporting job errors a little better now. I'll see how to add better error reporting on tasks. You're just asking for better reporting through the terminal output? |
Yeah, that’d be great. Right now I get errors like this, and they’re hard to debug (especially on Travis). It’d be great to get more info, at least as an option. https://www.dropbox.com/s/itiz1cktm6ow0e6/Screenshot%202014-05-20%2011.56.05.png |
Any update on this? In my case, 24/32 tests showed that log and in tests page they are marked as 'Finished'. More than that, what's the reason? |
This Finished status may also indicate that the test result exceeds 64KB, see #123. Does the error still persist if you remove some of your tests? |
Thanks for response. How can I check the test result's size? I'll try it out by removing some tests. |
Log into Sauce Labs then you can access the job's log file in the url https://saucelabs.com/jobs/ <jobid>/log.json. It consists of an array of log entries, you have to select the one in which your tests' descriptions appear. Then you have to check the size of the entry's |
I tried by removing some tests but got no better. So 64KB applies to each entry's result property not log.json? My log.json's size is about 23KB or so. Hmm... |
Thanks @gvas. With 8.0.1 grouping tests per browser It seems that the issue is solved. |
Well, without grouping, the issue still occurs but the log in the first content doesn't appear. Anyway I'll group tests. |
Example: https://travis-ci.org/twbs/bootstrap/jobs/18113236
(I had to use process of elimination to determine that this error was from OS X Chrome.)
The text was updated successfully, but these errors were encountered: