mirror of https://github.com/citusdata/citus.git
Fixes test errors
parent
1f0ec0fc90
commit
2cbf8708cf
|
@ -1,3 +1,4 @@
|
|||
-- File to create functions and helpers needed for subsequent tests
|
||||
-- create a helper function to create objects on each node
|
||||
CREATE OR REPLACE FUNCTION run_command_on_master_and_workers(p_sql text)
|
||||
RETURNS void LANGUAGE plpgsql AS $$
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
test: enable_ddl_propagation
|
||||
test: multi_test_helpers multi_test_helpers_superuser
|
||||
test: multi_cluster_management
|
||||
test: enable_ddl_propagation
|
||||
test: create_role_propagation
|
||||
test: pg16
|
||||
test: multi_create_fdw
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
\c - - - :master_port
|
||||
|
||||
show citus.enable_ddl_propagation;
|
||||
SET citus.shard_replication_factor TO 2;
|
||||
CREATE TABLE the_replicated_table (a int, b int, z bigserial);
|
||||
SELECT create_distributed_table('the_replicated_table', 'a');
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
-- File to create functions and helpers needed for subsequent tests
|
||||
|
||||
-- create a helper function to create objects on each node
|
||||
CREATE OR REPLACE FUNCTION run_command_on_master_and_workers(p_sql text)
|
||||
RETURNS void LANGUAGE plpgsql AS $$
|
||||
|
|
Loading…
Reference in New Issue