Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/store-conformance / runKillPointScenario

Function: runKillPointScenario()

ts
function runKillPointScenario(options): Promise<KillPointObservation>;

Defined in: packages/store-conformance/src/kill-points.ts:647

Spawns the worker, asserts it died AT the configured write by SIGKILL, waits out the dead owner's lease, resumes the run over the referee's own store instance, and asserts the scenario's pinned recovery semantics. Throws one Error naming every violation.

Parameters

ParameterType
optionsKillPointScenarioOptions

Returns

Promise&lt;KillPointObservation&gt;