UAT Command Deck

Online UAT Control Center

Run DB health checks, stress tests, and confirmation-gated cleanup. Each run generates a JSON artifact with timestamp and commit reference.

DB Health Monitor

Validates pooled runtime connectivity and direct migration connectivity.

Stress Runner

npm run db:stress -- --concurrency 20 --duration-sec 45 --mode simple --max-error-rate 0.02 --max-p95-ms 350

Cleanup Runner

npm run db:cleanup:uat -- --participant-key 112334 --older-than-days 2
npm run db:cleanup:uat -- --participant-key 112334 --older-than-days 2 --apply  # requires confirmation phrase from dry-run response

Global Nuke — Entire DB

Deletes all operational table data across the entire database. Requires ENABLE_GLOBAL_NUKE_DB=true env gate plus two-step confirmation.

Latest Stress Result

No stress result yet.

Latest Cleanup Result

No cleanup result yet.

Sortable UAT Backlog (TanStack Table)

UAT-001DatabaseRun protected online DB health checksP0CodexReady
UAT-002DatabaseExecute API stress run and persist artifactP0JointReady
UAT-003DatabaseDry-run cleanup and confirmation-gated applyP0CodexReady
UAT-004APIMeal preview -> approve -> commit smokeP1ClaudePlanned
UAT-005UIPDF export and route walkthroughP1ClaudePlanned
UAT-006SecurityAuth hardening and incident-response checksP2JointPlanned