mix tasks.postgres.live (snodo_tasks_postgres v0.2.0)

Copy Markdown View Source

Runs transaction and locking evidence against a real PostgreSQL database.

SNODO_TASKS_DATABASE_URL=ecto://postgres:postgres@127.0.0.1:55432/snodo_tasks       mix tasks.postgres.live

The suite starts an ordinary application-owned Ecto Repo pool and creates a unique PostgreSQL schema. It deliberately does not use SQL Sandbox.