spec/spec_tests/data/sdam/sharded/multiple_mongoses.yml in mongo-2.15.0.alpha vs spec/spec_tests/data/sdam/sharded/multiple_mongoses.yml in mongo-2.15.0
- old
+ new
@@ -8,19 +8,21 @@
responses: [
["a:27017", {
ok: 1,
- ismaster: true,
+ helloOk: true,
+ isWritablePrimary: true,
msg: "isdbgrid",
minWireVersion: 0,
maxWireVersion: 6
}],
["b:27017", {
ok: 1,
- ismaster: true,
+ helloOk: true,
+ isWritablePrimary: true,
msg: "isdbgrid",
minWireVersion: 0,
maxWireVersion: 6
}]
],