Skip to content

Remove unused health check func - #1409

Merged
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:revamp_18.09
Oct 3, 2018
Merged

Remove unused health check func#1409
thaJeztah merged 1 commit into
docker:masterfrom
thaJeztah:revamp_18.09

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

backport of #1406 for 18.09

cherry-pick was clean; no conflicts

During the refactoring for 18.09 the activate/update flows no longer
restart the engine explicitly but let the user do that when they're ready,
so the health check logic is no longer required.

Signed-off-by: Daniel Hiltgen daniel.hiltgen@docker.com
(cherry picked from commit f2b2061)
Signed-off-by: Sebastiaan van Stijn github@gone.nl

During the refactoring for 18.09 the activate/update flows no longer
restart the engine explicitly but let the user do that when they're ready,
so the health check logic is no longer required.
Signed-off-by: Daniel Hiltgen <daniel.hiltgen@docker.com>
(cherry picked from commit f2b2061)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

@vdemeestervdemeester left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM 🐯

@codecov-io

Copy link
Copy Markdown

Codecov Report

Merging #1409 into master will increase coverage by 0.02%.
The diff coverage is 60%.

@@ Coverage Diff @@## master #1409 +/- ##
==========================================
+ Coverage 54.24% 54.26% +0.02% 
==========================================
Files 289 289 Lines 19341 19331 -10 ==========================================
- Hits 10491 10490 -1 + Misses 8174 8165 -9 
Partials 676 676

@silvin-lubecki

Copy link
Copy Markdown
Contributor

LGTM

@thaJeztah
thaJeztah merged commit 20a2327 into docker:masterOct 3, 2018
@thaJeztah
thaJeztah deleted the revamp_18.09 branch October 3, 2018 07:50
Sign up for freeto 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.

6 participants

@thaJeztah@codecov-io@silvin-lubecki@vdemeester@dhiltgen@GordonTheTurtle