Skip to content

Commit ce0804a

Browse files
committed
apply python-5517 patch
1 parent a5f0c22 commit ce0804a

File tree

6 files changed

+7
-404
lines changed

6 files changed

+7
-404
lines changed

test/connection_monitoring/pool-create-min-size-error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"isMaster",
1818
"hello"
1919
],
20-
"errorCode": 91,
20+
"closeConnection": true,
2121
"appName": "poolCreateMinSizeErrorTest"
2222
}
2323
},

test/discovery_and_monitoring/errors/error_handling_handshake.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -97,22 +97,14 @@
9797
"outcome": {
9898
"servers": {
9999
"a:27017": {
100-
"type": "RSPrimary",
101-
"setName": "rs",
102-
"topologyVersion": {
103-
"processId": {
104-
"$oid": "000000000000000000000001"
105-
},
106-
"counter": {
107-
"$numberLong": "1"
108-
}
109-
},
100+
"type": "Unknown",
101+
"topologyVersion": null,
110102
"pool": {
111-
"generation": 0
103+
"generation": 1
112104
}
113105
}
114106
},
115-
"topologyType": "ReplicaSetWithPrimary",
107+
"topologyType": "ReplicaSetNoPrimary",
116108
"logicalSessionTimeoutMinutes": null,
117109
"setName": "rs"
118110
}

test/discovery_and_monitoring/unified/backpressure-network-error-fail.json

Lines changed: 0 additions & 140 deletions
This file was deleted.

test/discovery_and_monitoring/unified/backpressure-network-timeout-fail.json

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)