We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Related to #272 , it appears the test suite produced the following configuration:
verbose=v replSet=f25549da-c3f5-4713-9335-3aee3012d2bd sslClusterFile=/home/w/apps/exp/mongo-orchestration/tests/lib/cluster_cert.pem nojournal=true sslAllowInvalidCertificates=true sslMode=requireSSL oplogSize=100 configsvr=true port=1027 dbpath=/tmp/mongo-A_fAH5 networkMessageCompressors=zlib,snappy,noop logappend=true logpath=/tmp/mongo-A_fAH5/mongod.log setParameter = enableTestCommands=1 sslCAFile=/home/w/apps/exp/mongo-orchestration/tests/lib/ca.pem sslPEMKeyFile=/home/w/apps/exp/mongo-orchestration/tests/lib/server.pem%
This configuration fails to launch on 3.6.9 and 4.3.0 servers as follows:
2019-06-10T20:48:14.799-0400 F CONTROL [main] Failed global initialization: BadValue: nojournal is not allowed when configsvr is specified
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related to #272 , it appears the test suite produced the following configuration:
This configuration fails to launch on 3.6.9 and 4.3.0 servers as follows:
The text was updated successfully, but these errors were encountered: