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

Faster failure on startup if container fails, fixes #1135 #1144

Merged
merged 2 commits into from Oct 1, 2018

Conversation

rfay
Copy link
Member

@rfay rfay commented Sep 29, 2018

The Problem/Issue/Bug:

We wait more than a minute on ddev start, when in reality we usually know in about 12 seconds if something's broken. See #1135.

How this PR Solves The Problem:

Note when a container fails and report it.

Manual Testing Instructions:

Break a container. The easiest is to rm /var/lib/mysql/mysql/*.MYD in the db container. It really breaks it. Try a ddev start.

Automated Testing Overview:

Related Issue Link(s):

Release/Deployment notes:

@rfay rfay added this to the v1.3.0 milestone Sep 29, 2018
@rfay rfay self-assigned this Sep 29, 2018
Copy link
Contributor

@andrewfrench andrewfrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense to me and a quick run-through shows a much faster failure.

@rfay rfay merged commit 66a6eae into ddev:master Oct 1, 2018
@rfay rfay deleted the 20180929_faster_failure_on_startup branch October 1, 2018 22:27
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

Successfully merging this pull request may close these issues.

None yet

2 participants