-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
Minor Change
-
v8.0
-
QE 2024-04-29, QE 2024-05-13, QE 2024-05-27, QE 2024-06-10
-
0
The default batch size for the find command is hard-coded at 101. As a result, we don't exercise getMore commands as much as we probably should.
Make this configurable, and add it to the config fuzzer to increase our coverage.
This was inspired by the bug SERVER-87126, which exposed a bug reading internally from the system.js collection that is only exercised when the collection contains 101 documents.
- is duplicated by
-
SERVER-87622 Improve test coverage where we have to iterate over a cursor
- Closed
- is related to
-
SERVER-89682 Get rid of the requires_getmore exclude tag on stepdown suites
- Open
-
SERVER-87622 Improve test coverage where we have to iterate over a cursor
- Closed
- related to
-
SERVER-87126 Write with very large system.js causes getMore to wait for write concern
- Closed
-
SERVER-92053 Make find_cmd.js and views_collation.js test resilient to config fuzzer
- Closed