pull/7791/head
Onur Tirtir 2024-12-19 11:02:07 +03:00
parent ca091116e6
commit 3e946781da
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ SELECT master_remove_node('localhost', :master_port);
-- to silence -potentially flaky- "could not establish connection after" warnings in below test -- to silence -potentially flaky- "could not establish connection after" warnings in below test
SET client_min_messages TO ERROR; 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'; SET citus.node_connection_timeout to '1s';
BEGIN; BEGIN;
SET application_name TO 'new_app_name'; SET application_name TO 'new_app_name';

View File

@ -4,7 +4,7 @@ SELECT master_remove_node('localhost', :master_port);
-- to silence -potentially flaky- "could not establish connection after" warnings in below test -- to silence -potentially flaky- "could not establish connection after" warnings in below test
SET client_min_messages TO ERROR; 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'; SET citus.node_connection_timeout to '1s';
BEGIN; BEGIN;