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.
Release gate thresholds and operational controls used when creating a DevOps gate run.
Create a run, execute queue jobs using existing gateway workflow, then evaluate final gate verdict.
No DevOps gate action yet.
Selected Status
Pass Rate
Failed / Dead
Pending
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.