Skip to content
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

Inconsistency #44

Open
jescalan opened this issue Jul 23, 2014 · 0 comments
Open

Inconsistency #44

jescalan opened this issue Jul 23, 2014 · 0 comments

Comments

@jescalan
Copy link

So some of the deployers are a little inconsistent. That is, they sometimes will fail the deploys and/or tests for reasons that don't make sense. I'd love to have this resolved eventually. The good news is that this is not a big deal in real life. If it fails 1/10 times, you just run it again and you're set. Some details on specific deployers:

  • s3: Occasionally fails after creating the bucket, throws a bucket not found error. The bucket creation succeeds, but the next step that tries to modify the bucket says it was never created. When checking through the interface, it wasn't created.
  • heroku: Occasionally fails only on travis, throws an error that doesn't give any information about why. It failed locally at one point giving an application error when the site was pinged to see if it was up, but when I checked the actual site, it was up. So I added in a check to make sure the deploy was complete and it now is consistently passing locally, although the check is essentially just wasting time. I think there's a small gap between when heroku says it's deployed and when it actually is, and the automated tests slip in there and end up failing because of it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant