-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
Currently our find/aggregation batch sizes are set to a default of 100 documents. This parameter must be set by the user and there is no way of specifying a default batch size server-wide.
As a result we're not exercising cases where we must iterate a cursor in our testing infrastructure.
One idea would be to make a server parameter for the default batch size and create a variant that uses a very small batch size. In that case we would heavily exercise this path and potentially catch any errors that arise from this lack of coverage.
- duplicates
-
SERVER-87285 Make the default find batch size configurable and fuzz in testing
- Closed
- is related to
-
SERVER-89682 Get rid of the requires_getmore exclude tag on stepdown suites
- Open
- related to
-
SERVER-87285 Make the default find batch size configurable and fuzz in testing
- Closed