We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4f23a commit 8fe13afCopy full SHA for 8fe13af
.mci.yml
@@ -125,6 +125,7 @@ c_driver_variables:
125
start_topology: |
126
curl -s --data @"$ORCHESTRATION_FILE" "$ORCHESTRATION_URL"
127
./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.serverBuildInfo())'
128
+ ./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.adminCommand({getCmdLineOpts:1}))'
129
./mongodb/bin/mongo $MONGO_SHELL_CONNECTION_FLAGS --eval 'printjson(db.isMaster())'
130
131
compile:
0 commit comments