From c8b2a0d5712e267a47694286524f747777d21bb3 Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Fri, 13 Sep 2024 13:40:34 -0400 Subject: [PATCH] Clarify requirements for range explicit encryption prose test Consolidates the first note and preceding paragraph to state that the test requires MongoDB 8.0+ and libmongocrypt 1.11+. Removes the second note about MongoDB 7.0, which is no longer relevant. Notes that the test should not be run on a standalone server, similar to prose test 21. --- source/client-side-encryption/tests/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/source/client-side-encryption/tests/README.md b/source/client-side-encryption/tests/README.md index 7d606a1b40..3b3e8f6c98 100644 --- a/source/client-side-encryption/tests/README.md +++ b/source/client-side-encryption/tests/README.md @@ -2816,16 +2816,9 @@ This test is continuation of the case 1 and provides a way to complete inserting ### 22. Range Explicit Encryption -The Range Explicit Encryption tests require MongoDB server 8.0.0-rc14+ for SERVER-91889 and libmongocrypt containing -MONGOCRYPT-705. - -> [!NOTE] -> MongoDB Server 8.0 introduced a backwards breaking change to the Queryable Encryption (QE) range protocol: QE Range V2 -> libmongocrypt 1.11.0 is required to use the QE Range V2. - -> [!NOTE] -> MongoDB Server 7.0 introduced a backwards breaking change to the Queryable Encryption (QE) protocol: QEv2. -> libmongocrypt 1.8.0 is configured to use the QEv2 protocol. +The Range Explicit Encryption tests utilize Queryable Encryption (QE) range protocol V2 and require MongoDB server +8.0.0-rc14+ for [SERVER-91889](https://jira.mongodb.org/browse/SERVER-91889) and libmongocrypt 1.11.0+ for +[MONGOCRYPT-705](https://jira.mongodb.org/browse/MONGOCRYPT-705). The tests must not run against a standalone. Each of the following test cases must pass for each of the supported types (`DecimalNoPrecision`, `DecimalPrecision`, `DoublePrecision`, `DoubleNoPrecision`, `Date`, `Int`, and `Long`), unless it is stated the type should be skipped.