-
Notifications
You must be signed in to change notification settings - Fork 246
DRIVERS-2661: Clarify requirements for CSFLE spec/prose tests #1439
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
Conversation
This is mainly for consistency with spec/prose test requirements. It should have no functional impact since drivers are no longer testing on 4.1.x server versions.
in a location accessible to the tests. Refer to: `Using crypt_shared`_ | ||
- Start the mongocryptd process. | ||
- Start a mongod process with **server version 4.1.9 or later**. | ||
- Start a mongod process with **server version 4.2.0 or later**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't affect drivers at all, but I saw no reason to keep references to the pre-release version at this point. This is consistent with the requirements outlined above.
is enabled. If false, tests MUST only run if authentication is not enabled. | ||
If this field is omitted, there is no authentication requirement. | ||
is enabled. If false, tests MUST NOT run if authentication is enabled. If this | ||
field is omitted, there is no authentication requirement. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While revising the csfle
requirement I decided to switch the language to use "MUST NOT" instead of "MUST only run if CSFLE is not enabled".
I'm updating auth
here for consistency, but the meaning is the same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarifications are appreciated. LGTM
https://jira.mongodb.org/browse/DRIVERS-2661
Please complete the following before merging: