Fixes test issues

pull/7563/head
gurkanindibay 2024-03-25 18:20:20 +03:00
parent 24f9d599d0
commit 625c8d4af0
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,6 @@
// so setting the corresponding shard here is useful // so setting the corresponding shard here is useful
setup setup
{ {
show citus.enable_ddl_propagation;
SET citus.shard_count TO 2; SET citus.shard_count TO 2;
SET citus.shard_replication_factor TO 1; SET citus.shard_replication_factor TO 1;
ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 102011; ALTER SEQUENCE pg_catalog.pg_dist_shardid_seq RESTART 102011;

View File

@ -1,4 +1,5 @@
-- File to create functions and helpers needed for subsequent tests -- File to create functions and helpers needed for subsequent tests
-- create a helper function to create objects on each node -- create a helper function to create objects on each node
CREATE OR REPLACE FUNCTION run_command_on_master_and_workers(p_sql text) CREATE OR REPLACE FUNCTION run_command_on_master_and_workers(p_sql text)
RETURNS void LANGUAGE plpgsql AS $$ RETURNS void LANGUAGE plpgsql AS $$