Skip to content
PesaGuard Docs

Testing

Testing Live

The platform is validated with focused tests for normal paths, boundary conditions, cross-tenant isolation, retries and failure recovery. Test your integration the same way: against real staging.

  • Use the staging variant — same code, separate state.
  • Drive the idempotency path: deliver the same callback twice and assert one record.
  • Exercise failure recovery: stop a consumer, watch retries land in dead letters, replay, assert one outcome.
  • Verify tenant scope: a request without tenant predicates must return nothing.

Related