Skip to content

Commit

Permalink
fixing expected file of multi_move_mx test
Browse files Browse the repository at this point in the history
  • Loading branch information
paragikjain authored and JelteF committed Jun 18, 2024
1 parent d963560 commit caee20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/regress/expected/multi_move_mx.out
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit caee20a

Please sign in to comment.