-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.5.1, 4.4.0-rc6
-
Component/s: Querying
-
Fully Compatible
-
ALL
-
v4.4, v4.2
-
50
The test assumes that there will only be one getMore running on the mongods at a time. This is not true because background jobs like the periodic sharded index consistency checker may run queries.
The test can fail because an assertion about the number of active getMores will trigger in rare scenarios.