Hi, I recently is running the provided jepsen tests for MongoDB. When I just ran within the provided Vagrant VM setup. The test for replica set did not start properly, the error was something like:
/var/log/mongodb/mongod.stdout: No such file or directory
With investigation, I believe the root cause is the code for installing MongoDB was commented out. The code is here:
The fix is just uncomment this line.