Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify requirements for range explicit encryption prose test #1657

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions source/client-side-encryption/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if the standalone requirement was communicated in some previous iteration of this prose test, but it was done by both libmongoc and PHPLIB.


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.
Expand Down
Loading