-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
We have a few test suites that concurrently perform DDL and CRUD operations. This means we are getting coverage for stale routers. However, it is possible that this coverage can be increased by:
- Adding liveness conditions to our tests
- Adding liveness assertions to mongos/mongod router loops, to ensure that they react correctly to stale routing table (StaleConfig) errors and they are able to make forward progress.