-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2023-05-15
-
28
https://github.com/mongodb/mongo/blob/master/jstests/core/query/awaitdata_getmore_cmd.js#L165 at this point in the test we have a potentially infinite while loop with no timeout. also if logicalSessionRefreshMillis is set low enough just doing getMores will keep the session alive and keep doing writes to the sessions collection. so we need to filter out the sessions collection in the find command above
- related to
-
SERVER-76821 enable awaitdata_gemore_cmd.js in the config fuzzer
- Closed