You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,13 @@ If you have a question about Mongoose (not a bug report) please post it to eithe
46
46
* execute `npm run test-tsd` to run the typescript tests
47
47
* execute `npm run ts-benchmark` to run the typescript benchmark "performance test" for a single time.
48
48
* execute `npm run ts-benchmark-watch` to run the typescript benchmark "performance test" while watching changes on types folder. Note: Make sure to commit all changes before executing this command.
49
+
* in order to run tests that require an cluster with encryption locally, run `npm run setup-test-encryption` followed by `npm run test-encryption`. Alternatively, you can start an encrypted cluster using the `scripts/configure-cluster-with-encryption.sh` file.
50
+
* These scripts can take a few minutes to run.
51
+
* To change an encryption configuration, it is recommended to follow these steps:
52
+
* Edit the variables in `scripts/configure-cluster-with-encryption.sh` with your desired configuration.
0 commit comments