Handle dropIndex behavior change by rozza · Pull Request #1785 · mongodb/mongo-java-driver
Navigation Menu
{{ message }}
mongodb / mongo-java-driver Public
- Notifications You must be signed in to change notification settings
- Fork 1.5k
Merged
Conversation
JAVA-5941
rozza
marked this pull request as ready for review
rozza
requested a review
from a team
as a code owner
rozza
requested review from
nhachicha
and removed request for
a team
nhachicha approved these changes Aug 13, 2025
| def.skipJira("https://jira.mongodb.org/browse/JAVA-5491") | ||
| .testContains("client-side-operations-timeout", "dropIndex") | ||
| .when(() -> !serverVersionLessThan(8, 3)) | ||
| .test("client-side-operations-timeout", "operations ignore deprecated timeout options if timeoutMS is set", |
Copy link
Collaborator
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there an upcoming PR that updates these tests? It seems the only change is that the server returns ok:1 since 8.3. It's unfortunate to disable all these checks?
Copy link
Member Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah theres a drivers ticket related to this to fix / change the tests themselves.
rozza
deleted the
JAVA-5491
branch
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