Compare commits

...

1 Commits

Author SHA1 Message Date
Ivan Efremov
5d6501f4aa Set NEON_MOTD to null to fix regression tests
NEON_MOTD env variable is set for psql greetings to be printed
alogn with the session_id. Disable this for regression tests
2025-07-24 10:19:03 +03:00

View File

@@ -40,6 +40,7 @@ def test_cloud_regress(
"PGUSER": remote_pg.default_options["user"],
"PGPASSWORD": remote_pg.default_options["password"],
"PGDATABASE": remote_pg.default_options["dbname"],
"NEON_MOTD": "", # Disable MOTD for tests
}
regress_cmd = [
str(regress_bin),