What problem does it solve?
End-to-end Presto testing against remote clusters for correctness verification (verifier, BEEST, goshadow query replay) and performance regression testing (shadow A/B comparison, CPU analysis). It covers CLI spot-checks, query replay, querybank suites, and A/B performance benchmarking. NOT for local unit tests or checkstyle — see presto-build for those. Requires a deployed cluster — see presto-deploy.
Core Features & Use Cases
- Integrates Verifier, BEEST, goshadow, and shadow tools to validate builds, replay queries, and benchmark performance on remote clusters.
- Supports CLI spot-checks, query replay, and querybank suites to provide comprehensive coverage across distinct testing scenarios.
- Enables safe remote testing workflows for end-to-end validation before production deployment, with guidance on cluster reservation and region considerations (presto-deploy).
Quick Start
Run presto-test verifier -c <cluster> --control <control_cluster> --suite <suite> to kick off a regression test on a reserved remote cluster.