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
| Parameter | Type |
|---|---|
options | KillPointScenarioOptions |
Returns
Promise<KillPointObservation>