Files
neon/test_runner/pg_clients
Alexander Bayandin e6b2f89fec test_pg_clients: fix test that reads from stdout (#6021)
## Problem

`test_pg_clients` reads the actual result from a *.stdout file,
https://github.com/neondatabase/neon/pull/5977 has added a header to
such files, so `test_pg_clients` started to fail.

## Summary of changes
- Use `capture_stdout` and compare the expected result with the output
instead of *.stdout file content
2023-12-04 11:18:41 +00:00
..
2023-07-18 12:56:40 +03: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