Test Scenarios¶
Documented test results and findings from controlled experiments. Each scenario records what was tested, the exact steps, observed behaviour, and conclusions -- providing evidence for architecture decisions and runbook procedures.
Registry¶
| Scenario | Date | Related |
|---|---|---|
| ArgoCD StatefulSet incident | 2026-02-26 | ADR-0001, Runbook |
Naming convention¶
YYYY-MM-DD_short-description.md
```text
Example: `2026-03-01_kafka-partition-rebalance.md`
## Template
```markdown
# <Title> (<JIRA ticket>)
**Date:** YYYY-MM-DD
**Target:** System and environment under test
**Config:** Relevant configuration state
Related: [ADR link] | [Runbook link]
---
## Test N: <Name>
Goal: what this test aims to prove or disprove.
1. Step taken
2. Observed result
3. ...
**Result:** one-line conclusion.
---
## Summary
| Scenario | Time | Downtime | Viable? |
|----------|------|----------|---------|
| ... | ... | ... | ... |