node.js and docker are required to run the tests.
Also for the first time:
- Add host entries to /etc/hosts
sudo npm run setup-host-entries- Setup
krb5.conf
sudo npm run setup-krb5-confNote: any previous /etc/krb5.conf will be backed up and replaced.
Start the docker setup:
npm run start-serverAnd run the tests from a different terminal:
npm run testUse MONGODB_SHELL_BINARY to specify a different shell, eg:
MONGODB_SHELL_BINARY=mongo36 npm run test