File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
source/client-side-encryption/tests Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -328,10 +328,13 @@ Using ``crypt_shared``
328
328
======================
329
329
330
330
On platforms where crypt_shared _ is available, drivers should prefer to test
331
- with the ``crypt_shared `` library instead of spawning mongocryptd, although
332
- having some tests dedicated to mongocryptd is recommended. Note that some tests
333
- assert on mongocryptd-related behaviors (e.g. the ``mongocryptdBypassSpawn ``
334
- test).
331
+ with the ``crypt_shared `` library instead of spawning mongocryptd.
332
+
333
+ Drivers MUST continue to run all tests with mongocryptd on at least one
334
+ platform for all tested server versions.
335
+
336
+ Note that some tests assert on mongocryptd-related behaviors (e.g. the
337
+ ``mongocryptdBypassSpawn `` test).
335
338
336
339
Drivers under test should load the crypt_shared _ library using either the
337
340
``cryptSharedLibPath `` public API option (as part of the AutoEncryption
You can’t perform that action at this time.
0 commit comments