Details
-
Question
-
Resolution: Works as Designed
-
Major - P3
-
None
-
None
-
None
Description
When executing the json tests, there were a couple failures that asserted against compatibility flag in the TopologyDescription. This is due to the server implementation using WireSpec::outgoing having the following for min/max wire versions:
WireVersionInfo outgoing =
;
https://github.com/mongodb/mongo/blob/master/src/mongo/db/wire_version.h#L151
This ticket is a placeholder to verify what the RSM SDAM implementation should use as the min version.
For additional info, it seems the drivers have raised their min version as of this ticket: https://jira.mongodb.org/browse/DRIVERS-407