-
-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
Random test failures in travis #7470
Comments
Job: https://travis-ci.org/TryGhost/Ghost/jobs/164456493 Same build, different job |
Job: https://travis-ci.org/TryGhost/Ghost/jobs/164621966 Most of them were "Maximum call stack exceeded", which is interesting? e.g.
|
Job: https://travis-ci.org/TryGhost/Ghost/jobs/164982523
|
Job: https://travis-ci.org/TryGhost/Ghost/jobs/165498753
The ColumnBuilder error repeated infinitely Then, same build, different job, different errors! |
Job: https://travis-ci.org/TryGhost/Ghost/builds/166367951
|
Job: https://travis-ci.org/TryGhost/Ghost/jobs/166646096 (Node 4, SQLITE)
https://gist.github.com/ErisDS/d888895e0e5d794d752eb99ff3292549 |
https://travis-ci.org/TryGhost/Ghost/jobs/174214440
|
Job: https://travis-ci.org/TryGhost/Ghost/jobs/175630488
https://gist.github.com/ErisDS/239fd0c3b2c23e0c91786cadc91a1123 |
We experience less random test failures, especially on master. Over the time we added some improvements to our functional tests - maybe that helped 🤖 🚀 |
If you want to close this and reopen if the issue occurs again that seems sane? 😁 |
Totally sane 😎 |
Got a new one: https://gist.github.com/ErisDS/96ab4781c16c12b083c80910d18389bc |
👍 Thanks |
Not seeing this one anymore with knex-migrator 2.0.9. Discovered a new/old/different one:
https://gist.github.com/kirrg001/5aa476c011fcb876ba78e84b19e96be4 |
I am not sure that these errors are fixable, because they are caused by a timeout (might be travis being slow and then a number of other tests start failing). I would like to pause looking at random failures for now and wait for more recent reports. Otherwise i am searching in the dark. @AileenCGN @ErisDS @kevinansfield |
I am closing this issue, haven't seen any random failure in the last 3 days. We can always re-open :) |
We are seeing new random timeouts. Mostly for routing tests as far as i can tell. @ErisDS had to rebuild her PR 4 times - very annoying. |
Have not seen this in the last week. I assume it's only happening if Travis is very busy? Not really sure what to improve 🤔 |
I really have the feeling that the tests (mostly) fail, when travis is very busy. |
I've currently got this PR open which fixes a couple of the responsive layout issues in the Ghost Admin. I cannot get it to pass the Travis checks and I'm 99% sure the "not OK" issues are nothing to do with my code changes... I could be wrong though:
These failures could be entirely my fault, but I'm not sure. When I run |
Travis currently always fails randomly on Node v6, MySQL
Would be great to figure out the reason. Any help is very appreciated 👍 |
refs #7470 These tests had a random failure on travis for Node v6 w/ sqlite. I figured I would update them to return promises, and remove state, to make debugging easier, and hopefully fix any issues.
And it happens again.
I am getting this random failure now all the time. |
Closed via #10281 |
Not had one of these in a while, but I think it would be a good idea to have one again. I'm noticing random test failures have picked up a bit again, and that usually means there's something not-so-random about them - a timing error or race condition.
If you restart a failed build, please log the error in a comment!
Example
Job: https://travis-ci.org/TryGhost/Ghost/jobs/163983522
Error:
The text was updated successfully, but these errors were encountered: