Skip to content

Commit 0f43f04

Browse files
committed
Resync
1 parent 8693c58 commit 0f43f04

File tree

6 files changed

+15
-396
lines changed

6 files changed

+15
-396
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: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,22 @@
9797
"outcome": {
9898
"servers": {
9999
"a:27017": {
100-
"type": "Unknown",
101-
"topologyVersion": null,
100+
"type": "RSPrimary",
101+
"setName": "rs",
102+
"topologyVersion": {
103+
"processId": {
104+
"$oid": "000000000000000000000001"
105+
},
106+
"counter": {
107+
"$numberLong": "1"
108+
}
109+
},
102110
"pool": {
103-
"generation": 1
111+
"generation": 0
104112
}
105113
}
106114
},
107-
"topologyType": "ReplicaSetNoPrimary",
115+
"topologyType": "ReplicaSetWithPrimary",
108116
"logicalSessionTimeoutMinutes": null,
109117
"setName": "rs"
110118
}

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)