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: test/readme.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,8 @@ npm run check:test
118
118
> [!NOTE]
119
119
> The command above will run a subset of the tests that work with the standalone server topology since the tests are being run against a standalone server.
120
120
121
+
[../drivers-evergreen-tools/.evergreen/run-orchestration.sh](../drivers-evergreen-tools/.evergreen/run-orchestration.sh) has a number of settings that can enabled using env vars. Take a look at that script/repo for more information.
122
+
121
123
The output will show how many tests passed, failed, and are pending. Tests that we have indicated should be skipped using `.skip()` will appear as pending in the test results. See [Mocha's documentation][mocha-skip] for more information.
122
124
123
125
In the following subsections, we'll dig into the details of running the tests.
@@ -130,6 +132,7 @@ By default, the integration tests run with auth-enabled and the mongo orchestrat
As we mentioned earlier, the tests check the topology of the MongoDB server being used and run the tests associated with that topology. Tests that don't have a matching topology will be skipped.
@@ -509,7 +512,7 @@ The following steps will walk you through how to run the tests for CSFLE.
509
512
```bash
510
513
npm install mongodb-client-encryption
511
514
```
512
-
> [!NOTE]
515
+
> [!NOTE]
513
516
> If developing changes in `mongodb-client-encryption`, you can link it locally using `etc/tooling/fle.sh`.
> By default, `setup-fle.sh` installs crypt_shared. If you want to test with mongocryptd instead, set the RUN_WITH_MONGOCRYPTD environment variable before
525
-
> sourcing `setup-fle.sh`.
527
+
> By default, `setup-fle.sh` installs crypt_shared. If you want to test with mongocryptd instead, set the RUN_WITH_MONGOCRYPTD environment variable before
528
+
> sourcing `setup-fle.sh`.
526
529
527
530
3. Run the functional tests:
528
531
```bash
@@ -550,7 +553,7 @@ All of this is handled in the csfle/azurekms and csfle/gcpkms folders in drivers
550
553
551
554
#### Azure KMS
552
555
553
-
1. Provision an Azure server. You must set the `AZUREKMS_VMNAME_PREFIX` variable:
556
+
1. Provision an Azure server. You must set the `AZUREKMS_VMNAME_PREFIX` variable:
0 commit comments