Files
neon/test_runner/pg_clients
Fedor Dikarev 939354abea chore(ci): pin python base images to sha (#11367)
Similar to how we pin base `debian` images, also pin `python` base
images, so we better cache them and have reproducible builds.
2025-03-27 17:42:28 +00:00
..

pg_clients

To run a single test locally:

export BENCHMARK_CONNSTR=postgres://user:pass@ep-abc-xyz-123.us-east-2.aws.neon.build/neondb

# will filter only tests with "serverless" in the name
./scripts/pytest -m remote_cluster -k serverless