From 79e1ef7bf65564d72a7fa022e75028bbbd9108d9 Mon Sep 17 00:00:00 2001 From: paragjain Date: Tue, 18 Jun 2024 08:58:00 +0000 Subject: [PATCH] fixing expected file of multi_move_mx test (cherry picked from commit caee20ad7c521af2128c5b8e55844f575113746e) --- src/test/regress/expected/multi_move_mx.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/multi_move_mx.out b/src/test/regress/expected/multi_move_mx.out index b6cc5d0d7..77f904dca 100644 --- a/src/test/regress/expected/multi_move_mx.out +++ b/src/test/regress/expected/multi_move_mx.out @@ -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 or change sslmode to disable server certificate verification. ALTER SYSTEM RESET citus.node_conninfo; SELECT pg_reload_conf();