Skip to content

Commit 30cadb3

Browse files
committed
try with alwaysOn
1 parent 3ff6da8 commit 30cadb3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
],
1010
"failPoint": {
1111
"configureFailPoint": "failCommand",
12-
"mode": {
13-
"times": 50
14-
},
12+
"mode": "alwaysOn",
1513
"data": {
1614
"failCommands": [
1715
"isMaster",

test/load_balancer/sdam-error-handling.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,7 @@
274274
"client": "failPointClient",
275275
"failPoint": {
276276
"configureFailPoint": "failCommand",
277-
"mode": {
278-
"times": 1
279-
},
277+
"mode": "alwaysOn",
280278
"data": {
281279
"failCommands": [
282280
"isMaster",

0 commit comments

Comments
 (0)