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

feat(healthchecks): add deis healthchecks e2e tests #247

Merged
merged 2 commits into from
Jun 28, 2016

Conversation

kmala
Copy link
Contributor

@kmala kmala commented Jun 28, 2016

closes #245

. "github.com/onsi/gomega/gexec"
)

var _ = Describe("deis config:healthchecks", func() {
Copy link
Member

Choose a reason for hiding this comment

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

can you change this to just "deis healthchecks"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

@helgi helgi added the LGTM1 label Jun 28, 2016
@bacongobbler
Copy link
Member

also needs a commit squash before merge since there's a merge commit in here

@kmala kmala force-pushed the bacongobbler-deis-healthchecks branch from 5aec633 to f72046e Compare June 28, 2016 20:33
@kmala kmala force-pushed the bacongobbler-deis-healthchecks branch from f72046e to 7903ae0 Compare June 28, 2016 20:35
@kmala
Copy link
Contributor Author

kmala commented Jun 28, 2016

@bacongobbler can you check now again?

})

// disable httpGet liveness checks as it won't pass for every app
// TODO(bacongobbler): somehow determine *what* port we need to set the liveness check for this app
Copy link
Member

Choose a reason for hiding this comment

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

I believe @bacongobbler created the following ticket for this TODO -- can we reference the issue number here? #245

@vdice
Copy link
Member

vdice commented Jun 28, 2016

both comments purely around TODO comments, otherwise LGTM.

@krancour
Copy link
Contributor

krancour commented Jun 28, 2016

Commits still need squashing here.

@kmala kmala merged commit 08d5322 into deis:master Jun 28, 2016
@kmala kmala deleted the bacongobbler-deis-healthchecks branch June 28, 2016 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

implement httpGet liveness check tests
6 participants