QA Gauntlet v4 — full cascade loop stress test (staging)
  • Python 89.7%
  • Mako 5.6%
  • Dockerfile 3.8%
  • Shell 0.9%
Find a file
John Ang 638fccc2b5
Some checks failed
CI / CI (push) Failing after 0s
fix: replace astral-sh/setup-uv (GitHub-only) with pip install uv
2026-05-11 06:27:27 +08:00
.forgejo/workflows fix: replace astral-sh/setup-uv (GitHub-only) with pip install uv 2026-05-11 06:27:27 +08:00
alembic feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
app feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
docs/architecture/specs feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
tests feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
.gitignore feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
alembic.ini feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
Dockerfile feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
entrypoint.sh feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
pyproject.toml feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
README.md feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00
uv.lock feat: scaffold QA Gauntlet v4 — full cascade loop stress test 2026-05-11 06:17:59 +08:00

QA Gauntlet v4

Full cascade loop stress test for HaskyOS orchestrator (staging).

Setup

uv sync --extra dev

Run tests

uv run pytest

Run server

GAUNTLET_DATABASE_URL=postgresql+asyncpg://user:pass@localhost/qa_gauntlet_v4 uv run uvicorn app.main:app