Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
More tolerant call checks #6685
Conversation
natefinch
approved these changes
Dec 9, 2016
LGTM with one small nitpick
Notably, I have no idea if this will fix the problem or not, but it seems sane.
| + s.waitForStubCalls(c, s.stub, expected) | ||
| +} | ||
| + | ||
| +func (s *remoteRelationsSuite) waitForStubCalls(c *gc.C, stub *jujutesting.Stub, expected []jujutesting.StubCall) { |
natefinch
Dec 9, 2016
Contributor
this should just a function, since it doesn't use the receiver now
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit c3a95e5
into
juju:develop
Dec 9, 2016
1 check failed
github-check-merge-juju
Built PR, ran unit tests, and tested LXD deploy. Use !!.*!! to request another build. IE, !!build!!, !!retry!!
Details
added a commit
to wallyworld/juju
that referenced
this pull request
Dec 14, 2016
added a commit
that referenced
this pull request
Dec 14, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wallyworld commentedDec 9, 2016
Hopefully fixes failure seen in http://juju-ci.vapour.ws:8080/job/github-merge-juju/9829/artifact/artifacts/trusty-out.log
Also drive by fmt fixes.