Skip to content
Draft
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "specifications"]
path = testing/resources/specifications
url = https://github.com/mongodb/specifications
url = https://github.com/vbabanin/specifications
Comment on lines 1 to +3
Copy link

Copilot AI Apr 10, 2026

Choose a reason for hiding this comment

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

The submodule URL was changed from the official mongodb/specifications repo to a personal fork (vbabanin/specifications). This is a significant behavioral/supply-chain change and does not align with the PR goal (unskipping a test). Please revert the URL back to the official upstream (or whatever canonical URL this repo expects) so CI and local checkouts use the intended specifications source.

Copilot uses AI. Check for mistakes.
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ public static void applyCustomizations(final TestDef def) {
.test("client-side-operations-timeout", "timeoutMS behaves correctly for tailable awaitData cursors",
"apply maxAwaitTimeMS if less than remaining timeout");

def.skipJira("https://jira.mongodb.org/browse/JAVA-5839")
.test("client-side-operations-timeout", "timeoutMS behaves correctly for GridFS download operations",
"timeoutMS applied to entire download, not individual parts");

def.skipJira("https://jira.mongodb.org/browse/JAVA-5491")
.when(() -> !serverVersionLessThan(8, 3))
.test("client-side-operations-timeout", "operations ignore deprecated timeout options if timeoutMS is set",
Expand Down
2 changes: 1 addition & 1 deletion testing/resources/specifications
Submodule specifications updated 127 files