We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51960c4 commit 5a9ebd9Copy full SHA for 5a9ebd9
test/load_balancer/sdam-error-handling.json
@@ -32,7 +32,9 @@
32
"useMultipleMongoses": false,
33
"uriOptions": {
34
"appname": "lbSDAMErrorTestClient",
35
- "retryWrites": false
+ "retryWrites": false,
36
+ "socketTimeoutMS": 500,
37
+ "connectTimeoutMS": 500
38
},
39
"observeEvents": [
40
"connectionCreatedEvent",
@@ -282,7 +284,8 @@
282
284
"isMaster",
283
285
"hello"
286
],
- "closeConnection": true,
287
+ "blockConnection": true,
288
+ "blockTimeMS": 1000,
289
"appName": "lbSDAMErrorTestClient"
290
}
291
@@ -296,7 +299,9 @@
296
299
"x": 1
297
300
298
301
- "ignoreResultAndError": true
302
+ "expectError": {
303
+ "isClientError": true
304
+ }
305
306
307
"expectEvents": [
0 commit comments