Skip to content

Rulvar API reference


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

PropertyTypeDescriptionDefined in
reportPathstringJSONL report file the worker appends its events to.packages/store-conformance/src/kill-points.ts:296
runIdstringThe run both processes drive; the referee resumes this id.packages/store-conformance/src/kill-points.ts:292
scenarioIdstringWhich KILL_POINT_SCENARIOS entry this worker executes.packages/store-conformance/src/kill-points.ts:298
storePathstringStore location the writer script constructs its store over.packages/store-conformance/src/kill-points.ts:290
ttlMsnumberLease ttl the writer's store MUST be constructed with.packages/store-conformance/src/kill-points.ts:294