-
Notifications
You must be signed in to change notification settings - Fork 61
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
retry mage-test-stand setup if it fails #284
Conversation
395b226
to
f625f94
Compare
We fixed the underlying issue upstream in magerun and it is already part of mage test stand (AOEpeople/MageTestStand@f2038ef). These updates becamse important for working magento downloads. They are technically not that important for the retry-issue this PR was originally about. Just saying. |
Thanks! Any idea why it fails during the cleanup? It fails during the following command:
But it also seems that he cleans up too early. It does not finish the test |
Idea: Older versions probably fail because Magento < 1.9 does not natively support PHP 5.4 / 5.5... |
I don't understand why the exit status differs between the builds. perhaps the download doesn't work. because curl is silenced this is not visible. I will try the one or other thing to make things more visible. |
@tkn98 You are great, thanks for your help! |
From my end this now looks like a failing test to me: This test is failing hard, that means with either a non catchable fatal error (hinted by exit status 255) or even some other hard failure that the php binary crashed. I don't have a good reference at hand that explains all PHP exit codes, I know that 255 is an error. I can't say whether or not Both these statements are speculative. So they are of no concrete help and don't take them for real. Maybe if you look into the test you can find out what is going on. |
[~BUGFIX] retry mage-test-stand setup if it fails
@sprankhub The file |
Reference: #283
See: http://docs.travis-ci.com/user/build-timeouts/