-
Notifications
You must be signed in to change notification settings - Fork 156
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
#1041 implemented docker daemon host health check #1051
Conversation
4957dd0
to
b5e370a
Compare
@original-brownbear Let me find a reviewer for this pull request, thanks for submitting it |
@HDouss review this please |
* as soon as DockerHealthCheck#execute throws and exception. | ||
* #1041 has the details on the motivation behind this agent. | ||
*/ | ||
public final class DockerHealthCheck implements SuperAgent { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@original-brownbear This is nearly the same code as DockerExec
. Let's add a puzzle to refactor this code (and the one on DockerExec, so that they wrap or extend the same SuperAgent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@HDouss I'd rather not but you deserve an explanation :)
This DockerExec
class actually should just be deleted right now ... It was an ill conceived fix for #906 ... Right now this class does exactly nothing because the bash script it calls has its logic commented out.
I'll delete this soon I promise :), no point though having anyone dry up dead code.
@original-brownbear Please see one comment above. |
@HDouss addressed that comment, all clear good otherwise from your end ? :) |
@original-brownbear Thanks. |
@rultor merge. |
@HDouss @original-brownbear Sorry, I accept such requests only from authorized commanders: @yegor256, @alex-palevsky, @caarlos0, @carlosmiranda, @darkled, @dmzaytsev, @ggajos, @HDouss, @krzyk, @longtimeago, @mkordas, @original-brownbear, @pinaf, @original-brownbear, @yegor256, @alex-palevsky Your Github login should be added to the list of "commanders" in |
@rultor merge |
@HDouss thanks!, though I don't like Rultor's message above ... looking into it. |
@original-brownbear OK, I'll try to merge now. You can check the progress of the merge here |
@original-brownbear Oops, I failed. You can see the full log here (spent 6min)
|
b5e370a
to
c49a17d
Compare
@rultor merge. |
@original-brownbear OK, I'll try to merge now. You can check the progress of the merge here |
@original-brownbear Done! FYI, the full log is here (took me 10min) |
@rultor deploy |
@alex-palevsky OK, I'll try to deploy now. You can check the progress here |
@alex-palevsky Done! FYI, the full log is here (took me 10min) |
#1041 is resolved by this.
exit 0
on a working Rultor SSH host.SuperAgent
executing this scriptSuperAgent
behavior