-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
v7.1
-
QO 2023-11-13
-
113
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
This test makes assumptions about what the routing table for shards looks like at certain points in time. For example, it makes assertions on the number of local vs remote reads that are done in when executing $lookup. However, the PeriodicShardedIndexConsistencyChecker is a thread on the config server which runs aggregations on shards targeting user collections. These aggregations perform shard targeting which updates the shard's routing table. This breaks the assumptions of the tests, failing test failures as seen in the linked BFs.