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

Interface FailPoint

test/tools/utils.ts:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected