-
-
Notifications
You must be signed in to change notification settings - Fork 10.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
Travis timeouts during integration tests #4277
Comments
ref TryGhost#4277 - mail API tests are failing consistently locally - skip the failing tests - restructure existing tests to match patterns from other tests
@javorszky I didn't create a second issue for the mail API test issues because I think it was the cause, or at least one of the major causes of this issue. I think some of the tests weren't quite doing what you expect. I've changed them to use the same pattern as other tests for checking for errors etc, and this highlights that some of the tests were failing. I marked the ones that are failing with skip, so they are still in the codebase, but not run. |
All right, will take it for a spin, and see what I can do about them. |
I've been experimenting with Ubuntu 14.04 (because it ships with gcc/g++ 4.8 by default) and the test suite literally never passes because of these errors. The problem? Gravatar image lookup requests getting stuck while adding a user. I couldn't even make this stuff up if I tried 😝 |
We did have a lovely period where the tests behaved themselves. Unfortunately that is no longer the case and the integration tests are regularly timing out (seems to be getting worse).
These are definitely random failures but I think it's likely caused by a code change. It's definitely driving us all potty!
An example from https://travis-ci.org/TryGhost/Ghost/jobs/37595786
Another example from https://travis-ci.org/TryGhost/Ghost/jobs/37810065
The text was updated successfully, but these errors were encountered: