FailureModeSpec
@forge/monorepo / backend/src / FailureModeSpec
Type Alias: FailureModeSpec
FailureModeSpec =
object
Defined in: backend/src/loadtest/injection.ts:51
Properties
description
readonlydescription:string
Defined in: backend/src/loadtest/injection.ts:53
expect
readonlyexpect:RecoveryExpectation
Defined in: backend/src/loadtest/injection.ts:54
mode
readonlymode:FailureMode
Defined in: backend/src/loadtest/injection.ts:52
requiresInfrastructure
readonlyrequiresInfrastructure: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".