spec/spec_tests/data/sdam/rs/compatible.yml in mongo-2.15.0.alpha vs spec/spec_tests/data/sdam/rs/compatible.yml in mongo-2.15.0
- old
+ new
@@ -5,18 +5,20 @@
phases: [
{
responses: [
["a:27017", {
ok: 1,
- ismaster: true,
+ helloOk: true,
+ isWritablePrimary: true,
setName: "rs",
hosts: ["a:27017", "b:27017"],
minWireVersion: 0,
maxWireVersion: 6
}],
["b:27017", {
ok: 1,
- ismaster: false,
+ helloOk: true,
+ isWritablePrimary: false,
secondary: true,
setName: "rs",
hosts: ["a:27017", "b:27017"],
minWireVersion: 0,
maxWireVersion: 1000