Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
A relation can only be suspended if it is currently joined #7844
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://ci.jujucharms.com/job/github-merge-juju |
jujubot
merged commit fa66ea1
into
juju:develop
Sep 12, 2017
1 check passed
continuous-integration/jenkins/pr-merge
This commit looks good
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedSep 12, 2017
Description of change
Extra validation rules for setting relation status.
A relation can only be suspended if it is running.
A relation can only be resumed again (joined) if it is suspended or in error.
QA steps
Attempt to suspend a relation in error and check that it fails.