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 4f06bb6 commit 3c760e7Copy full SHA for 3c760e7
test/load_balancer/sdam-error-handling.json
@@ -26,16 +26,6 @@
26
"useMultipleMongoses": false
27
}
28
},
29
- {
30
- "client": {
31
- "id": "failPointClientTimeout",
32
- "useMultipleMongoses": false,
33
- "uriOptions": {
34
- "socketTimeoutMS": 500,
35
- "connectTimeoutMS": 500
36
- }
37
38
- },
39
{
40
"client": {
41
"id": "singleClient",
@@ -412,7 +402,7 @@
412
402
"name": "failPoint",
413
403
"object": "testRunner",
414
404
"arguments": {
415
- "client": "failPointClientTimeout",
405
+ "client": "failPointClient",
416
406
"failPoint": {
417
407
"configureFailPoint": "failCommand",
418
408
"mode": {
@@ -423,7 +413,8 @@
423
"getMore"
424
],
425
"blockConnection": true,
426
- "blockTimeMS": 1000
+ "blockTimeMS": 1000,
+ "appName": "lbSDAMErrorTestClient"
427
428
419
429
420
0 commit comments