Comment 5 for bug 1760390

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

I confirm John's findings. In addition, I tested the proposed deb against our unit tests:

spawn lxd bionic container
install mongod from ppa
mkdir -p /usr/lib/juju/mongo3.2/bin/
ln -s /usr/bin/mongod /usr/lib/juju/mongo3.2/bin/mongod
# without this ^^, the tests look for and fail to find mongo. We don't look in /usr/bin currently
go get juju
make add-patches
make check

There were some spurious failures but nothing jumped out at me as mongo related or specific.