Chaos Engineering Platform · View 12 of 21 · Runtime
The decision this view proves
- The evaluator's only lever is the renewal. It tells the lease issuer that steady state holds; when it stops saying so, the fault expires on its own within the TTL.
- The baseline is established before the lease is requested, so a run that cannot establish a baseline never injects anything.
- Reversion is verified by re-reading target state, and the settling check confirms the signals came back before the run is called complete.
Assumptions
- 120 s baseline window, 5 min default run duration, 30 min maximum, absolute wall-clock kill at 45 min.
- Abort detection to fault fully reverted: p99 ≤ 10 s, hard ceiling 30 s.
Risks
- The happy path here is also the abort path with one message changed, which is deliberate — but it means a bug in renewal handling is a bug in abort. View 17's release gate exists for exactly this.