Total
Total
Pending
Passed
Failed
Latest Completion Summary
Total
Pending
Passed
Failed
Latest Completion Summary
This table now tracks the SQL-only execution lane for the selected source.
Read this first if you need to understand how tests run, where to inspect failures, and how fixture-backed gateway cases differ from plain cases.
The simulator has two execution lanes. Logical tests run SQL scripts inside the main-project rollback sandbox. Gateway tests hit the real gateway contracts that the frontend uses. That split is the core debugging model.
Logical Test
Simulator -> SQL script metadata -> main-project sandbox -> assertion -> rollback
Gateway Test
Simulator -> gateway config/thread -> main project -> result capture
-> if fixture-backed: seed -> confirm -> execute -> cleanup
Use this when validating database business logic, procedures, and deterministic rule behavior without leaving residue in the main project.
Use this when validating the same gateway contract that the frontend consumes. If the simulator passes and the frontend fails, the problem is usually in frontend payload shaping, config usage, or UI state handling.
Source: `sim_run_details`. This is the SQL-script / logical lane only. Use Gateway Runs for gateway suite, job, and fixture workflow tracking.
Total Runs
Latest Total
Latest Passed
Latest Failed
Source of truth: queue-backed suite/job RPCs. This screen reflects gateway execution, attempts, and terminal results.
No gateway job selected.
View fixture plans separately from live fixture activity so seeded-case debugging stays readable.
Which config needs seeded data, which workflow plan is used, and what seed / cleanup SQL is expected to run.
No fixture selected.
Start a gate run, let the existing simulator suite finish, then read the verdict here.
Policy Snapshot
Run Behavior
Export Coverage
No DevOps gate action yet.
Shows the latest selected gate run and why it passed or failed.
Selected Status
Pass Rate
Failed / Dead
Pending
Release Ref
Execution Scope
Gate Reason
Started
Completed
Release thresholds and maintenance controls. Backend logic stays unchanged; this panel only edits policy values.
Click any gate run row to inspect the full gate, suite, and checkpoint payloads.
No gate run selected.
No gateway run started.
No force alert run yet.
No admin action yet.
No maintenance action yet.
No cron update yet.
No webhook action yet.