Details
-
Improvement
-
Status: Backlog
-
Major - P3
-
Resolution: Unresolved
-
None
-
None
-
None
-
Service Arch
-
5
Description
It'd be useful for some new drivers tests to set fail points like:
{
|
configureFailPoint: "failCommand", |
mode: { times: 1, skip: 1 }, |
data: { failCommands: ["insert"], errorCode: 11600 |
}
|
This should allow one insert command to execute, fail the second insert command with error code 11600, and then allow all future insert commands to execute normally.