822 B
822 B
Coordination E2E
Run the complete isolated coordination acceptance from the repository root:
pwsh scripts/e2e/coordination/run-coordination-e2e.ps1
The runner creates a temporary PostgreSQL cluster on a dynamic loopback port, uses distinct random owners and databases for Sense and Bell, exercises the frozen contracts and the three connector chains, runs each product's existing independent regression, checks generated secrets are absent from temporary logs, and removes only the processes and directory it created.
-SkipIndependentProductE2E is intended only for local harness debugging and
does not satisfy issue #155 acceptance. -KeepTemporary preserves disposable
diagnostics after a failed run; the directory contains test-only generated
credentials and must not be committed or shared.