Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
update utils dependency #6775
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
As this brings in the tip of utils dependency into 1.25, isn't it problematic? juju/utils has moved on to cater for Juju 2... |
As mentioned in the PR description, that that's what it does, unless I'm missing something. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Generating tarball failed |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$onemoretime$$ |
|
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 |
|
Build failed: Tests failed |
|
$$trynow$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$pfft$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
$$spinthewheel$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
|
Build failed: Tests failed |
|
Another sporadic test failure, it seems. This time, it seems that mgo.Session.DatabaseNames failed with an "unexpected message" error, causing testing.resetAdminPasswordAndFetchDBNames which looks like it's come from the TLS layer. |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
rogpeppe commentedJan 6, 2017
•
Edited 1 time
-
rogpeppe
Jan 6, 2017
This should fix https://bugs.launchpad.net/juju-core/+bug/1654528
by making juju use set of TLS cipher suites that are compatible
with the stock GnuTLS suites provided by precise and trusty.
Note that this branch is targeted at 1.25 and the utils dependency is
in the 1.25 branch of that repo.