diff --git a/source/atlas-data-lake-testing/tests/unified/getMore.json b/source/atlas-data-lake-testing/tests/unified/getMore.json index 109b6d3d8e..e7c600d525 100644 --- a/source/atlas-data-lake-testing/tests/unified/getMore.json +++ b/source/atlas-data-lake-testing/tests/unified/getMore.json @@ -81,7 +81,7 @@ "collection": { "$$type": "string" }, - "batchSize": 1 + "batchSize": 3 }, "commandName": "getMore", "databaseName": "cursors" diff --git a/source/atlas-data-lake-testing/tests/unified/getMore.yml b/source/atlas-data-lake-testing/tests/unified/getMore.yml index f02fbfe9a1..46cd5cd47a 100644 --- a/source/atlas-data-lake-testing/tests/unified/getMore.yml +++ b/source/atlas-data-lake-testing/tests/unified/getMore.yml @@ -42,7 +42,7 @@ tests: getMore: { $$type: [ int, long ] } # collection name will be an internal identifier collection: { $$type: string } - batchSize: 1 + batchSize: 3 commandName: getMore # mongohoused always expects getMores on the "cursors" database databaseName: cursors diff --git a/source/command-logging-and-monitoring/tests/monitoring/find.json b/source/command-logging-and-monitoring/tests/monitoring/find.json index bc9668499b..a362f35eeb 100644 --- a/source/command-logging-and-monitoring/tests/monitoring/find.json +++ b/source/command-logging-and-monitoring/tests/monitoring/find.json @@ -483,7 +483,7 @@ ] }, "collection": "test", - "batchSize": 1 + "batchSize": 3 }, "commandName": "getMore", "databaseName": "command-monitoring-tests" diff --git a/source/command-logging-and-monitoring/tests/monitoring/find.yml b/source/command-logging-and-monitoring/tests/monitoring/find.yml index 479e4a460c..d28f6c6e6d 100644 --- a/source/command-logging-and-monitoring/tests/monitoring/find.yml +++ b/source/command-logging-and-monitoring/tests/monitoring/find.yml @@ -226,7 +226,7 @@ tests: command: getMore: { $$type: [ int, long ] } collection: *collectionName - batchSize: 1 + batchSize: 3 commandName: getMore databaseName: *databaseName - commandSucceededEvent: