File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments