Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Revert "Merge pull request #5858 from bz2/revert_pr5758" #5877
Conversation
|
QA
Also, ran |
|
Please ignore this until the CI MP is ready. |
anastasiamac
reviewed
Aug 9, 2016
| err := user.Disable() | ||
| c.Assert(err, jc.ErrorIsNil) | ||
| c.Assert(user.IsDisabled(), jc.IsTrue) | ||
| c.Assert(user.PasswordValid("a-password"), jc.IsFalse) | ||
| + c.Assert(s.activeUsers(c), jc.DeepEquals, []string{"test-admin"}) |
anastasiamac
Aug 9, 2016
Member
It's interesting that we are expecting disabled user to be listed as active... Are you sure?
|
LGTM |
|
$$merge$$ |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
axw
added some commits
Jul 25, 2016
|
Seems there's an issue with MongoDB 2.4. Looking into it now. |
|
Thank you for updating by removing an "or" sub-clause to run with mongo 2.4 |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
axw commentedJul 27, 2016
This reverts commit 66555a8, reversing
changes made to 0c3cf8a.
Also: cmd/juju/controller: fix model auto-switching
When you use "juju register" and you have access to only one model, you're
automatically switched to that model. We must qualify the model name if it
is not owned by you.