Skip to content

Commit 3c760e7

Browse files
committed
try again
1 parent 4f06bb6 commit 3c760e7

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

test/load_balancer/sdam-error-handling.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@
2626
"useMultipleMongoses": false
2727
}
2828
},
29-
{
30-
"client": {
31-
"id": "failPointClientTimeout",
32-
"useMultipleMongoses": false,
33-
"uriOptions": {
34-
"socketTimeoutMS": 500,
35-
"connectTimeoutMS": 500
36-
}
37-
}
38-
},
3929
{
4030
"client": {
4131
"id": "singleClient",
@@ -412,7 +402,7 @@
412402
"name": "failPoint",
413403
"object": "testRunner",
414404
"arguments": {
415-
"client": "failPointClientTimeout",
405+
"client": "failPointClient",
416406
"failPoint": {
417407
"configureFailPoint": "failCommand",
418408
"mode": {
@@ -423,7 +413,8 @@
423413
"getMore"
424414
],
425415
"blockConnection": true,
426-
"blockTimeMS": 1000
416+
"blockTimeMS": 1000,
417+
"appName": "lbSDAMErrorTestClient"
427418
}
428419
}
429420
}

0 commit comments

Comments
 (0)