mirror of https://github.com/citusdata/citus.git
fixing expected file of multi_move_mx test
parent
d9635609f4
commit
caee20ad7c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue