/
Mongo 3.4 Devstack / Unit Tests
Mongo 3.4 Devstack / Unit Tests
Upgraded mongo on my devstack direct to 3.4 via: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
Kept existing /etc/mongod.conf
- Needed to update due to error "
BadValue: Can't specify both --journal and --nojournal options.
" just commented out the--journal
line. sudo service mongod start
- different starting mechanism, needs manual start at this point
Ran mongo, connects. db.version()
is correct
paver test
Worked with no changes or errors
Enable in memory engine
/etc/mongod.conf
add →storage.engine=inMemory
sudo service mongod restart
ONLY THEN READ THE FINE PRINT THAT inMemory IS ONLY AVAILABLE ON ENTERPRISE
Related content
Running LMS Forums Performance Tests
Running LMS Forums Performance Tests
More like this
Flaky Test Process
Flaky Test Process
More like this
2024-04-11 Frontend Working Group Meeting Notes: Node 18 upgrade
2024-04-11 Frontend Working Group Meeting Notes: Node 18 upgrade
More like this
2024-04-18 Meeting notes
2024-04-18 Meeting notes
More like this
2024-02-08 Meeting notes
2024-02-08 Meeting notes
More like this
2024-10-24 Meeting notes
2024-10-24 Meeting notes
More like this