test_runner/cloud_regress/README.md
pg_regress tests on a cloud Neon instance.pg_settings section of the default endpoint configuration for the project using the admin interface:
Timeone: America/Los_AngelesDateStyle: Postgres,MDYcompute_query_id: off"preload_libraries": {
"use_defaults": false,
"enabled_libraries": []
}
Neon sources$ cd vendor/postgres-v17
$ patch -p1 <../../compute/patches/cloud_regress_pg17.patch
$ export DEFAULT_PG_VERSION=17
$ export BUILD_TYPE=release
BENCHMARK_CONNSTR to the connection URI of your project.$ scripts/pysync
$ scripts/pytest -m remote_cluster -k cloud_regress