Skip to content

Commit 2c3c9ad

Browse files
committed
revert changes to lb test
1 parent 2748749 commit 2c3c9ad

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

test/load_balancer/sdam-error-handling.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
"isMaster",
283283
"hello"
284284
],
285-
"errorCode": 18,
285+
"closeConnection": true,
286286
"appName": "lbSDAMErrorTestClient"
287287
}
288288
}
@@ -297,7 +297,7 @@
297297
}
298298
},
299299
"expectError": {
300-
"isError": true
300+
"isClientError": true
301301
}
302302
}
303303
],
@@ -345,7 +345,7 @@
345345
"failCommands": [
346346
"saslContinue"
347347
],
348-
"errorCode": 18,
348+
"closeConnection": true,
349349
"appName": "lbSDAMErrorTestClient"
350350
}
351351
}
@@ -406,8 +406,7 @@
406406
"failCommands": [
407407
"getMore"
408408
],
409-
"closeConnection": true,
410-
"appName": "lbSDAMErrorTestClient"
409+
"closeConnection": true
411410
}
412411
}
413412
}
@@ -512,4 +511,4 @@
512511
]
513512
}
514513
]
515-
}
514+
}

0 commit comments

Comments
 (0)