File tree Expand file tree Collapse file tree
test/spec/server-discovery-and-monitoring Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 " b:27017"
1717 ],
1818 "minWireVersion" : 0 ,
19- "maxWireVersion" : 6
19+ "maxWireVersion" : 21
2020 }
2121 ],
2222 [
3030 "hosts" : [
3131 " a:27017" ,
3232 " b:27017"
33- ]
33+ ],
34+ "minWireVersion" : 999 ,
35+ "maxWireVersion" : 1000
3436 }
3537 ]
3638 ],
Original file line number Diff line number Diff line change @@ -10,15 +10,17 @@ phases: [
1010 setName : " rs" ,
1111 hosts : ["a:27017", "b:27017"],
1212 minWireVersion : 0,
13- maxWireVersion : 6
13+ maxWireVersion : 21
1414 }],
1515 ["b:27017", {
1616 ok : 1,
1717 helloOk : true,
1818 isWritablePrimary : false,
1919 secondary : true,
2020 setName : " rs" ,
21- hosts : ["a:27017", "b:27017"]
21+ hosts : ["a:27017", "b:27017"],
22+ minWireVersion : 999,
23+ maxWireVersion : 1000
2224 }]
2325 ],
2426 outcome : {
Original file line number Diff line number Diff line change 2121 "ok" : 1 ,
2222 "helloOk" : true ,
2323 "isWritablePrimary" : true ,
24- "msg" : " isdbgrid"
24+ "msg" : " isdbgrid" ,
25+ "minWireVersion" : 7 ,
26+ "maxWireVersion" : 900
2527 }
2628 ]
2729 ],
Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ phases: [
1515 ok : 1,
1616 helloOk : true,
1717 isWritablePrimary : true,
18- msg : " isdbgrid"
18+ msg : " isdbgrid" ,
19+ minWireVersion : 7,
20+ maxWireVersion : 900
1921 }]
2022 ],
2123 outcome : {
You can’t perform that action at this time.
0 commit comments