Co-authored-by: Cloud User <ec2-user@ip-10-128-23-103.ec2.internal> Co-authored-by: Steven Silvester <steve.silvester@mongodb.com>
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
diff --git a/test/discovery_and_monitoring/errors/error_handling_handshake.json b/test/discovery_and_monitoring/errors/error_handling_handshake.json
|
|
index 56ca7d113..bf83f46f6 100644
|
|
--- a/test/discovery_and_monitoring/errors/error_handling_handshake.json
|
|
+++ b/test/discovery_and_monitoring/errors/error_handling_handshake.json
|
|
@@ -97,14 +97,22 @@
|
|
"outcome": {
|
|
"servers": {
|
|
"a:27017": {
|
|
- "type": "Unknown",
|
|
- "topologyVersion": null,
|
|
+ "type": "RSPrimary",
|
|
+ "setName": "rs",
|
|
+ "topologyVersion": {
|
|
+ "processId": {
|
|
+ "$oid": "000000000000000000000001"
|
|
+ },
|
|
+ "counter": {
|
|
+ "$numberLong": "1"
|
|
+ }
|
|
+ },
|
|
"pool": {
|
|
- "generation": 1
|
|
+ "generation": 0
|
|
}
|
|
}
|
|
},
|
|
- "topologyType": "ReplicaSetNoPrimary",
|
|
+ "topologyType": "ReplicaSetWithPrimary",
|
|
"logicalSessionTimeoutMinutes": null,
|
|
"setName": "rs"
|
|
}
|