From e31a4bc56f956f9a984f9f1182385c77d7e2319c Mon Sep 17 00:00:00 2001 From: Ross Lawley Date: Thu, 1 May 2025 12:10:15 +0100 Subject: [PATCH] Add non compliance skip for Atlas Data Lake getMore test The batchSize is larger than expected. Added JAVA-5861 to investigate --- .../com/mongodb/client/unified/UnifiedTestModifications.java | 3 +++ 1 file changed, 3 insertions(+) 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 5562f00dd7..65cf68964b 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 @@ -104,6 +104,9 @@ public static void applyCustomizations(final TestDef def) { .test("command-logging-and-monitoring/tests/monitoring", "find", "A successful find event with a getmore and the server kills the cursor (<= 4.4)"); + def.skipNoncompliant("The driver doesn't reduce the batchSize for the getMore") + .test("atlas-data-lake-testing", "getMore", "A successful find event with getMore"); + // connection-monitoring-and-pooling // TODO-JAVA-5711 reason, jira