Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Mongo 3.4 uses a different string to indicate it is ready for connections #121
Conversation
jameinel
changed the title from
Mongo 3.4 uses a different signal to indicate it is ready for connections
to
Mongo 3.4 uses a different string to indicate it is ready for connections
Feb 22, 2017
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju-testing |
jujubot
merged commit fce9bc4
into
juju:master
Feb 22, 2017
jameinel
deleted the
jameinel:mongo-3.4
branch
Feb 22, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jameinel commentedFeb 22, 2017
The line is specifically:
2017-02-22T12:51:41.107+0400 I NETWORK [thread1] waiting for connections on port 9999
I don't know if we are ready to support all of mongo 3.4, but this allows me to run the test suite on Mac OS X when I have whatever Mongo I could install from homebrew. It seems a safe enough change.