-
Type: Task
-
Resolution: Fixed
-
Priority: Trivial - P5
-
Affects Version/s: None
-
Component/s: None
MongoDB 3.6+ requires that all shards be replica sets (see: Shard Replica Sets from the MongoDB 3.6 release notes).
The isShardedClusterUsingReplicasets() utility methods in the top-level FunctionalTestCase and UnifiedTestRunner classes can be removed. This will make various other checks more efficient (e.g. detecting support for change streams and causal consistency).
- is related to
-
DRIVERS-2609 Deprecate sharded-replicaset topology type and clean up redundant runOnRequirements
- Implementing