Skip to content

Commit

Permalink
DRIVERS-2355 Clarify that driver tests < 6.0 should use mongocryptd (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinAlbs committed Jul 14, 2022
1 parent 6bd489e commit 9a0a385
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/client-side-encryption/tests/README.rst
Expand Up @@ -330,6 +330,11 @@ Using ``crypt_shared``
On platforms where crypt_shared_ is available, drivers should prefer to test
with the ``crypt_shared`` library instead of spawning mongocryptd.

crypt_shared_ is released alongside the server.
crypt_shared_ is only available in versions 6.0 and above.
Drivers SHOULD prefer testing a version of crypt_shared_ that matches the server version being tested.
Driver tests on server versions less than 6.0 SHOULD use mongocryptd.

Drivers MUST continue to run all tests with mongocryptd on at least one
platform for all tested server versions.

Expand Down

0 comments on commit 9a0a385

Please sign in to comment.