Skip to main content

FailureModeSpec

@forge/monorepo


@forge/monorepo / backend/src / FailureModeSpec

Type Alias: FailureModeSpec

FailureModeSpec = object

Defined in: backend/src/loadtest/injection.ts:51

Properties

description

readonly description: string

Defined in: backend/src/loadtest/injection.ts:53


expect

readonly expect: RecoveryExpectation

Defined in: backend/src/loadtest/injection.ts:54


mode

readonly mode: FailureMode

Defined in: backend/src/loadtest/injection.ts:52


requiresInfrastructure

readonly requiresInfrastructure: boolean

Defined in: backend/src/loadtest/injection.ts:62

Whether the injector needs infrastructure this package cannot create.

true for the modes that need a container stopped or a cluster failed over. Named rather than skipped: a case that quietly does not run reports as covered, which is exactly how #20 closed green against "passes the full conformance suite".