spec/spec_tests/data/sdam/rs/discover_passives.yml in mongo-2.15.0.alpha vs spec/spec_tests/data/sdam/rs/discover_passives.yml in mongo-2.15.0
- old
+ new
@@ -8,11 +8,12 @@
responses: [
["a:27017", {
ok: 1,
- ismaster: true,
+ helloOk: true,
+ isWritablePrimary: true,
hosts: ["a:27017"],
passives: ["b:27017"],
setName: "rs",
minWireVersion: 0,
maxWireVersion: 6
@@ -44,10 +45,11 @@
responses: [
["b:27017", {
ok: 1,
- ismaster: false,
+ helloOk: true,
+ isWritablePrimary: false,
secondary: true,
passive: true,
hosts: ["a:27017"],
passives: ["b:27017"],
setName: "rs",