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/controller: add failing test for API server termination #5984
Conversation
|
To QA, comment out the Skip call and verify that the test actually times out. |
|
|
jujubot
merged commit ed4b6b0
into
juju:master
Aug 12, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rogpeppe commentedAug 12, 2016
•
Edited 1 time
-
ericsnowcurrently
Aug 12, 2016
Currently the API server cannot be terminated if there is an
outstanding Next call on a controller-only connection.
This PR adds a (failing, therefore skipped) test for that,
which will be fixed in a subsequent PR.
As part of doing this, we add support for tests to obtain controller-only
API connections.
(Review request: http://reviews.vapour.ws/r/5424/)