Rulvar API reference / @rulvar/store-conformance / verifySoakHistory
Function: verifySoakHistory()
ts
function verifySoakHistory(
fixture,
events,
runId): Promise<string[]>;Defined in: packages/store-conformance/src/multi-process-soak.ts:713
The pure referee: rebuilds the serial history from the merged report events and diffs it against the actual post-storm store state. Returns every violation as a descriptive string; an empty array means the fencing promise held for the whole storm.
Parameters
| Parameter | Type |
|---|---|
fixture | FencedTranscriptsFixture |
events | readonly SoakEvent[] |
runId | string |
Returns
Promise<string[]>