Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
api: Export Connection.Ping again #6410
Conversation
| @@ -178,6 +178,12 @@ type Connection interface { | ||
| // All the rest are strange and questionable and deserve extra attention | ||
| // and/or discussion. | ||
| + // Something-or-other expects Ping to exist, and *maybe* the heartbeat |
wallyworld
Oct 9, 2016
Owner
Can we just say that Ping() is deprecated and to use IsBroken() instead.
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit de28a82
into
juju:master
Oct 10, 2016
mjs
deleted the
mjs:export-api-conn-ping
branch
Oct 10, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mjs commentedOct 9, 2016
•
Edited 1 time
-
mjs
Oct 9, 2016
... and implement a unit test (it was never tested before).
#6400 removed Ping but this was being used by some external projects.
QA
Full unit test suite run and examined behaviour of a HA failover to ensure no regressions.