mongodb / specifications

Specifications related to MongoDB
http://specifications.readthedocs.io/en/latest
Other
389 stars 242 forks source link

DRIVERS-2675: Remove use of "sharded-replicaset" #1443

Closed jmikola closed 1 year ago

jmikola commented 1 year ago

https://jira.mongodb.org/browse/DRIVERS-2675

Although one test does not specify a minServerVersion, "sharded-replicaset" is still redundant since $readPreference is always sent to mongos.

jmikola commented 1 year ago

PHPLIB patch build succeeded, so I'll proceed with merging.