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:
parent
5e9b98c6d2
commit
7d88bdb226
@ -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}
|
||||
}));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user