MCPcopy
hub / github.com/mongodb/node-mongodb-native / FailPoint

Interface FailPoint

test/tools/utils.ts:254–257  ·  test/tools/utils.ts::FailPoint

Source from the content-addressed store, hash-verified

252}
253
254export interface FailPoint {
255 configureFailPoint: class="st">'failCommand' | class="st">'failGetMoreAfterCursorCheckout' | class="st">'maxTimeNeverTimeOut';
256 mode: { activationProbability: number } | { times: number } | class="st">'alwaysOn' | class="st">'off';
257}
258
259export interface FailCommandFailPoint extends FailPoint {
260 configureFailPoint: class="st">'failCommand';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected