-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
-
v8.0
-
QO 2024-08-19
-
0
The find command batch size is now configurable and fuzzed in the config fuzzer (SERVER-87285). When the value of internalQueryFindCommandBatchSize is less than the result size, result.cursor.firstBatch will fail to return all expected results.
Update the test to use the exhaustFindCursorAndReturnResults helper when the cursor/batchSize isn't specified.