Skip to content

Commit d4c9432

Browse files
authored
require testing with mongocryptd (#1240)
1 parent bf372a1 commit d4c9432

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

source/client-side-encryption/tests/README.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,10 +328,13 @@ Using ``crypt_shared``
328328
======================
329329

330330
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).
335338

336339
Drivers under test should load the crypt_shared_ library using either the
337340
``cryptSharedLibPath`` public API option (as part of the AutoEncryption

0 commit comments

Comments
 (0)