-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DRIVERS-2412: add pre 6.0 condition to stale primary logic (#1309)
- Loading branch information
Showing
24 changed files
with
1,057 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
203 changes: 203 additions & 0 deletions
203
source/server-discovery-and-monitoring/tests/rs/null_election_id-pre-6.0.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,203 @@ | ||
{ | ||
"description": "Pre 6.0 Primaries with and without electionIds", | ||
"uri": "mongodb://a/?replicaSet=rs", | ||
"phases": [ | ||
{ | ||
"responses": [ | ||
[ | ||
"a:27017", | ||
{ | ||
"ok": 1, | ||
"helloOk": true, | ||
"isWritablePrimary": true, | ||
"hosts": [ | ||
"a:27017", | ||
"b:27017", | ||
"c:27017" | ||
], | ||
"setVersion": 1, | ||
"setName": "rs", | ||
"minWireVersion": 0, | ||
"maxWireVersion": 6 | ||
} | ||
] | ||
], | ||
"outcome": { | ||
"servers": { | ||
"a:27017": { | ||
"type": "RSPrimary", | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": null | ||
}, | ||
"b:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
}, | ||
"c:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
} | ||
}, | ||
"topologyType": "ReplicaSetWithPrimary", | ||
"logicalSessionTimeoutMinutes": null, | ||
"setName": "rs", | ||
"maxSetVersion": 1 | ||
} | ||
}, | ||
{ | ||
"responses": [ | ||
[ | ||
"b:27017", | ||
{ | ||
"ok": 1, | ||
"helloOk": true, | ||
"isWritablePrimary": true, | ||
"hosts": [ | ||
"a:27017", | ||
"b:27017", | ||
"c:27017" | ||
], | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": { | ||
"$oid": "000000000000000000000002" | ||
}, | ||
"minWireVersion": 0, | ||
"maxWireVersion": 6 | ||
} | ||
] | ||
], | ||
"outcome": { | ||
"servers": { | ||
"a:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
}, | ||
"b:27017": { | ||
"type": "RSPrimary", | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": { | ||
"$oid": "000000000000000000000002" | ||
} | ||
}, | ||
"c:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
} | ||
}, | ||
"topologyType": "ReplicaSetWithPrimary", | ||
"logicalSessionTimeoutMinutes": null, | ||
"setName": "rs", | ||
"maxSetVersion": 1, | ||
"maxElectionId": { | ||
"$oid": "000000000000000000000002" | ||
} | ||
} | ||
}, | ||
{ | ||
"responses": [ | ||
[ | ||
"a:27017", | ||
{ | ||
"ok": 1, | ||
"helloOk": true, | ||
"isWritablePrimary": true, | ||
"hosts": [ | ||
"a:27017", | ||
"b:27017", | ||
"c:27017" | ||
], | ||
"setVersion": 1, | ||
"setName": "rs", | ||
"minWireVersion": 0, | ||
"maxWireVersion": 6 | ||
} | ||
] | ||
], | ||
"outcome": { | ||
"servers": { | ||
"a:27017": { | ||
"type": "RSPrimary", | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": null | ||
}, | ||
"b:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
}, | ||
"c:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
} | ||
}, | ||
"topologyType": "ReplicaSetWithPrimary", | ||
"logicalSessionTimeoutMinutes": null, | ||
"setName": "rs", | ||
"maxSetVersion": 1, | ||
"maxElectionId": { | ||
"$oid": "000000000000000000000002" | ||
} | ||
} | ||
}, | ||
{ | ||
"responses": [ | ||
[ | ||
"c:27017", | ||
{ | ||
"ok": 1, | ||
"helloOk": true, | ||
"isWritablePrimary": true, | ||
"hosts": [ | ||
"a:27017", | ||
"b:27017", | ||
"c:27017" | ||
], | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": { | ||
"$oid": "000000000000000000000001" | ||
}, | ||
"minWireVersion": 0, | ||
"maxWireVersion": 6 | ||
} | ||
] | ||
], | ||
"outcome": { | ||
"servers": { | ||
"a:27017": { | ||
"type": "RSPrimary", | ||
"setName": "rs", | ||
"setVersion": 1, | ||
"electionId": null | ||
}, | ||
"b:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
}, | ||
"c:27017": { | ||
"type": "Unknown", | ||
"setName": null, | ||
"electionId": null | ||
} | ||
}, | ||
"topologyType": "ReplicaSetWithPrimary", | ||
"logicalSessionTimeoutMinutes": null, | ||
"setName": "rs", | ||
"maxSetVersion": 1, | ||
"maxElectionId": { | ||
"$oid": "000000000000000000000002" | ||
} | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.