From 4989d137d2bb7d9b1ee99db3f8d4c541567bb963 Mon Sep 17 00:00:00 2001 From: "slav.babanin" Date: Sun, 15 Mar 2026 15:01:57 -0700 Subject: [PATCH 1/2] Remove skip for GridFS download timeout test - Remove JAVA-5839 skip entry for "timeoutMS applied to entire download, not individual parts" test so it runs in CI JAVA-5839 --- .../com/mongodb/client/unified/UnifiedTestModifications.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java index 328c8298b6..4206f4f713 100644 --- a/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java +++ b/driver-sync/src/test/functional/com/mongodb/client/unified/UnifiedTestModifications.java @@ -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", From d660f87e38eb244c6f2aa90717563c8f95bc9f35 Mon Sep 17 00:00:00 2001 From: "slav.babanin" Date: Fri, 10 Apr 2026 16:44:19 -0700 Subject: [PATCH 2/2] Make submodule to use fork. --- .gitmodules | 2 +- testing/resources/specifications | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 48b90d1ef7..41d175cce9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "specifications"] path = testing/resources/specifications - url = https://github.com/mongodb/specifications + url = https://github.com/vbabanin/specifications \ No newline at end of file diff --git a/testing/resources/specifications b/testing/resources/specifications index bb9dddd817..8e11cd2af4 160000 --- a/testing/resources/specifications +++ b/testing/resources/specifications @@ -1 +1 @@ -Subproject commit bb9dddd8176eddbb9424f9bebedfe8c6bbf28c3a +Subproject commit 8e11cd2af4e094ea314721985c864bcf461c538c