Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to support Mongo 3.6. #136

Merged
merged 3 commits into from
Apr 2, 2018
Merged

Conversation

jameinel
Copy link
Member

@jameinel jameinel commented Apr 2, 2018

Don't drop the 'admin' database, and we don't actually need to pass
--nohttpinterface.

In 3.6, there is no --httpinterface that you could pass, so there is
also not its negation. But since it isn't the default, we don't actually
ever need to pass it.

This also brings our dependencies.tsv up to date and removes 'gccgo'
from our 'make check' since we don't really use it anyway.

https://bugs.launchpad.net/juju/+bug/1760390

Don't drop the 'admin' database, and we don't actually need to pass
`--nohttpinterface`.

In 3.6, there is no '--httpinterface' that you could pass, so there is
also not its negation. But since it isn't the default, we don't actually
ever need to pass it.
Copy link

@ExternalReality ExternalReality left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jameinel
Copy link
Member Author

jameinel commented Apr 2, 2018

@jameinel
Copy link
Member Author

jameinel commented Apr 2, 2018

$$merge$$

1 similar comment
@jameinel
Copy link
Member Author

jameinel commented Apr 2, 2018

$$merge$$

@jujubot jujubot merged commit 4480198 into juju:master Apr 2, 2018
@jujubot
Copy link
Contributor

jujubot commented Apr 2, 2018

Pull request is not mergeable.

jujubot added a commit to juju/juju that referenced this pull request Apr 2, 2018
#8553

## Description of change

This brings in a testing package that supports mongo 3.6.

This is essentially just bringing in:
 juju/testing#136

## QA steps

Install mongo 3.6 into /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games and make sure you don't have juju-mongodb3.2 installed.
You should then be able to do something like:
```
$ cd state
$ go test -check.v
```

Without this patch, testing should fail because of passing commandline parameters to mongo that it no longer supports, etc.

## Documentation changes

None.

## Bug reference

[lp:1760390](https://bugs.launchpad.net/juju/+bug/1760390)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants