mirror of https://github.com/citusdata/citus.git
Fixes test issues
parent
24f9d599d0
commit
625c8d4af0
|
@ -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;
|
||||||
|
|
|
@ -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 $$
|
||||||
|
|
Loading…
Reference in New Issue