JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection#2003
Open
rozza wants to merge 1 commit into
Open
JAVA-6237: Explicit Encryption Case 2 uses contention-10 collection#2003rozza wants to merge 1 commit into
rozza wants to merge 1 commit into
Conversation
Servers implementing SERVER-91887 require payloads to exactly match the collection's configured contention factor, not just avoid exceeding it. Updates the specifications submodule to d30d717b (specifications master).
stIncMale
requested changes
Jul 3, 2026
Member
There was a problem hiding this comment.
[optional]
Let's add
- A class-level Java documentation comment with a URL to the spec file containing the prose tests.
- A method-level Java documentation comment with the test name (whatever is needed to find the test in the document) on each test method.
Member
There was a problem hiding this comment.
This PR needs to revert the change to driver-sync/src/test/functional/com/mongodb/client/AbstractClientSideEncryptionExplicitEncryptionTest.java done in #2001.
Member
There was a problem hiding this comment.
This change updates the submodule to a commit that is older than the the submodule commit in main. Let's merge main into the PR branch. Such a merge is also needed for addressing #2003 (comment).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Servers implementing SERVER-91887 require payloads to exactly match the collection's configured contention factor, not just avoid exceeding it.
Updates the specifications submodule to d30d717b
JAVA-6237