0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-40535 follow-up fix of the failing test

This commit is contained in:
Misha Tyulenev 2019-07-03 02:22:24 -04:00
parent 5e9b98c6d2
commit 7d88bdb226

View File

@ -37,7 +37,7 @@
jsTestLog("Failing the next two 'find' commands.");
assert.commandWorked(syncSource.adminCommand({
configureFailPoint: "failCommand",
data: {closeConnection: true, failInternalCommands: true, failCommands: ["find"]},
data: {errorCode: 279, failInternalCommands: true, failCommands: ["find"]},
mode: {times: 2}
}));