mirror of https://github.com/citusdata/citus.git
more
parent
ca091116e6
commit
3e946781da
|
@ -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';
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue