Rulvar API reference / @rulvar/store-conformance / KillPointWorkerConfig
Interface: KillPointWorkerConfig
Defined in: packages/store-conformance/src/kill-points.ts:288
The per-scenario contract, serialized as JSON into the RULVAR_KILL_POINT_CONFIG environment variable of the spawned worker.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
reportPath | string | JSONL report file the worker appends its events to. | packages/store-conformance/src/kill-points.ts:296 |
runId | string | The run both processes drive; the referee resumes this id. | packages/store-conformance/src/kill-points.ts:292 |
scenarioId | string | Which KILL_POINT_SCENARIOS entry this worker executes. | packages/store-conformance/src/kill-points.ts:298 |
storePath | string | Store location the writer script constructs its store over. | packages/store-conformance/src/kill-points.ts:290 |
ttlMs | number | Lease ttl the writer's store MUST be constructed with. | packages/store-conformance/src/kill-points.ts:294 |