fixing expected file of multi_move_mx test

(cherry picked from commit caee20ad7c)
release-12.0
paragjain 2024-06-18 08:58:00 +00:00 committed by Onur Tirtir
parent 86e9809d77
commit 79e1ef7bf6
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ SELECT pg_reload_conf();
-- only with ommitting user. -- only with ommitting user.
CREATE SUBSCRIPTION subs_01 CONNECTION 'host=''localhost'' port=57637' CREATE SUBSCRIPTION subs_01 CONNECTION 'host=''localhost'' port=57637'
PUBLICATION pub_01 WITH (citus_use_authinfo=true); 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 or change sslmode to disable server certificate verification. Either provide the file or change sslmode to disable server certificate verification.
ALTER SYSTEM RESET citus.node_conninfo; ALTER SYSTEM RESET citus.node_conninfo;
SELECT pg_reload_conf(); SELECT pg_reload_conf();