From 3e946781da394d6ef8ee4df8721ba1da781e5206 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Thu, 19 Dec 2024 11:02:07 +0300 Subject: [PATCH] more --- src/test/regress/expected/remove_coordinator.out | 2 +- src/test/regress/sql/remove_coordinator.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/regress/expected/remove_coordinator.out b/src/test/regress/expected/remove_coordinator.out index 796b79604..cf3711a19 100644 --- a/src/test/regress/expected/remove_coordinator.out +++ b/src/test/regress/expected/remove_coordinator.out @@ -7,7 +7,7 @@ SELECT master_remove_node('localhost', :master_port); -- to silence -potentially flaky- "could not establish connection after" warnings in below test SET client_min_messages TO ERROR; --- to fail fast if the hostname is not resolvable +-- to fail fast when the hostname is not resolvable, as it will be the case below SET citus.node_connection_timeout to '1s'; BEGIN; SET application_name TO 'new_app_name'; diff --git a/src/test/regress/sql/remove_coordinator.sql b/src/test/regress/sql/remove_coordinator.sql index c57d7eee7..10d703aba 100644 --- a/src/test/regress/sql/remove_coordinator.sql +++ b/src/test/regress/sql/remove_coordinator.sql @@ -4,7 +4,7 @@ SELECT master_remove_node('localhost', :master_port); -- to silence -potentially flaky- "could not establish connection after" warnings in below test SET client_min_messages TO ERROR; --- to fail fast if the hostname is not resolvable +-- to fail fast when the hostname is not resolvable, as it will be the case below SET citus.node_connection_timeout to '1s'; BEGIN;