Skip to content

Commit 6a22ee2

Browse files
committed
i think this is part of PYTHON-5517 too!
1 parent 0f43f04 commit 6a22ee2

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.evergreen/spec-patch/PYTHON-5517.patch

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,3 +440,34 @@ index 5892dcac..41bc90be 100644
440440
}
441441
}
442442
],
443+
diff --git a/test/discovery_and_monitoring/errors/error_handling_handshake.json b/test/discovery_and_monitoring/errors/error_handling_handshake.json
444+
index 56ca7d11..bf83f46f 100644
445+
--- a/test/discovery_and_monitoring/errors/error_handling_handshake.json
446+
+++ b/test/discovery_and_monitoring/errors/error_handling_handshake.json
447+
@@ -97,14 +97,22 @@
448+
"outcome": {
449+
"servers": {
450+
"a:27017": {
451+
- "type": "Unknown",
452+
- "topologyVersion": null,
453+
+ "type": "RSPrimary",
454+
+ "setName": "rs",
455+
+ "topologyVersion": {
456+
+ "processId": {
457+
+ "$oid": "000000000000000000000001"
458+
+ },
459+
+ "counter": {
460+
+ "$numberLong": "1"
461+
+ }
462+
+ },
463+
"pool": {
464+
- "generation": 1
465+
+ "generation": 0
466+
}
467+
}
468+
},
469+
- "topologyType": "ReplicaSetNoPrimary",
470+
+ "topologyType": "ReplicaSetWithPrimary",
471+
"logicalSessionTimeoutMinutes": null,
472+
"setName": "rs"
473+
}

0 commit comments

Comments
 (0)