We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b17d6 commit a8fa54eCopy full SHA for a8fa54e
spec/spec_tests/data/sdam/rs/too_old.yml
@@ -10,15 +10,17 @@ phases: [
10
setName: "rs",
11
hosts: ["a:27017", "b:27017"],
12
minWireVersion: 0,
13
- maxWireVersion: 6
+ maxWireVersion: 21
14
}],
15
["b:27017", {
16
ok: 1,
17
helloOk: true,
18
isWritablePrimary: false,
19
secondary: true,
20
21
- hosts: ["a:27017", "b:27017"]
+ hosts: ["a:27017", "b:27017"],
22
+ minWireVersion: 999,
23
+ maxWireVersion: 1000
24
}]
25
],
26
outcome: {
spec/spec_tests/data/sdam/sharded/too_new.yml
@@ -15,7 +15,9 @@ phases: [
isWritablePrimary: true,
- msg: "isdbgrid"
+ msg: "isdbgrid",
+ minWireVersion: 7,
+ maxWireVersion: 900
0 commit comments