File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
source/load-balancers/tests Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 260
260
]
261
261
},
262
262
{
263
- "description" : " errors during the initial connection hello are ignore " ,
263
+ "description" : " errors during the initial connection hello are ignored " ,
264
264
"runOnRequirements" : [
265
265
{
266
266
"minServerVersion" : " 4.9"
279
279
},
280
280
"data" : {
281
281
"failCommands" : [
282
- " isMaster"
282
+ " isMaster" ,
283
+ " hello"
283
284
],
284
285
"closeConnection" : true ,
285
286
"appName" : " lbSDAMErrorTestClient"
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ tests:
139
139
140
140
# This test uses singleClient to ensure that connection attempts are routed
141
141
# to the same mongos on which the failpoint is set.
142
- - description : errors during the initial connection hello are ignore
142
+ - description : errors during the initial connection hello are ignored
143
143
runOnRequirements :
144
144
# Server version 4.9+ is needed to set a fail point on the initial
145
145
# connection handshake with the appName filter due to SERVER-49336.
@@ -153,7 +153,7 @@ tests:
153
153
configureFailPoint : failCommand
154
154
mode : { times: 1 }
155
155
data :
156
- failCommands : [isMaster]
156
+ failCommands : [isMaster, hello ]
157
157
closeConnection : true
158
158
appName : *singleClientAppName
159
159
- name : insertOne
You can’t perform that action at this time.
0 commit comments