fixing expected file of multi_move_mx test

pull/7658/head
paragjain 2024-06-18 08:58:00 +00:00 committed by Jelte Fennema-Nio
parent d9635609f4
commit caee20ad7c
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ SELECT pg_reload_conf();
-- only with ommitting user.
CREATE SUBSCRIPTION subs_01 CONNECTION 'host=''localhost'' port=57637'
PUBLICATION pub_01 WITH (citus_use_authinfo=true);
ERROR: could not connect to the publisher: root certificate file "/non/existing/certificate.crt" does not exist
ERROR: could not connect to the publisher: connection to server at "localhost" (::1), port 57637 failed: root certificate file "/non/existing/certificate.crt" does not exist
Either provide the file, use the system's trusted roots with sslrootcert=system, or change sslmode to disable server certificate verification.
ALTER SYSTEM RESET citus.node_conninfo;
SELECT pg_reload_conf();