summaryrefslogtreecommitdiff
path: root/src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json')
-rw-r--r--src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json b/src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json
new file mode 100644
index 00000000000..3dae1f7ea1e
--- /dev/null
+++ b/src/mongo/client/sdam/json_tests/sdam_tests/sharded/compatible.json
@@ -0,0 +1,46 @@
+{
+ "description": "Multiple mongoses with large maxWireVersion",
+ "uri": "mongodb://a,b",
+ "phases": [
+ {
+ "responses": [
+ [
+ "a:27017",
+ {
+ "ok": 1,
+ "ismaster": true,
+ "msg": "isdbgrid",
+ "minWireVersion": 0,
+ "maxWireVersion": 1000
+ }
+ ],
+ [
+ "b:27017",
+ {
+ "ok": 1,
+ "ismaster": true,
+ "msg": "isdbgrid",
+ "minWireVersion": 0,
+ "maxWireVersion": 6
+ }
+ ]
+ ],
+ "outcome": {
+ "servers": {
+ "a:27017": {
+ "type": "Mongos",
+ "setName": null
+ },
+ "b:27017": {
+ "type": "Mongos",
+ "setName": null
+ }
+ },
+ "topologyType": "Sharded",
+ "logicalSessionTimeoutMinutes": null,
+ "setName": null,
+ "compatible": true
+ }
+ }
+ ]
+}