issues
search
rueckstiess
/
mtools
A collection of scripts to set up MongoDB test environments and parse and visualize MongoDB log files.
Apache License 2.0
1.89k
stars
403
forks
source link
Report exception message when binary invocation fails
#873
Closed
p-mongo
closed
2 years ago
p-mongo
commented
2 years ago
python3 -m mtools.mlaunch.mlaunch --dir /tmpfs/db --binarypath /opt/mongodb/bin --setParameter enableTestCommands=1 --setParameter acceptApiVersion2=1 --setParameter diagnosticDataCollectionEnabled=false --replicaset --name test-rs --nodes 2 --arbiter Fatal error trying get output from
/opt/mongodb/bin/mongod
.Is the binary in your path?
Description of changes
Testing
O/S testing:
O/S
Version(s)
Linux
macOS
Windows
stennie
commented
2 years ago
Thanks again @p-mongo !
/opt/mongodb/bin/mongod
.Is the binary in your path?Description of changes
Testing