citus/src/test/regress/sql/failure_setup.sql

6 lines
233 B
SQL

SELECT citus.mitmproxy('conn.allow()');
-- add the workers
SELECT master_add_node('localhost', :worker_1_port); -- the second worker
SELECT master_add_node('localhost', :worker_2_port + 2); -- the first worker, behind a mitmproxy