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;