mirror of https://github.com/citusdata/citus.git
Fixes single node ent
parent
a6a76c7a36
commit
48b84b177a
|
@ -1,30 +1,6 @@
|
|||
-- we already have lots of tests targeting
|
||||
-- single node citus clusters in sql/single_node.sql
|
||||
-- in this file, we are testing enterprise features
|
||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
||||
SELECT pg_reload_conf();
|
||||
pg_reload_conf
|
||||
---------------------------------------------------------------------
|
||||
t
|
||||
(1 row)
|
||||
|
||||
\c - - - :worker_1_port
|
||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
||||
SELECT pg_reload_conf();
|
||||
pg_reload_conf
|
||||
---------------------------------------------------------------------
|
||||
t
|
||||
(1 row)
|
||||
|
||||
\c - - - :worker_2_port
|
||||
ALTER SYSTEM SET citus.enable_ddl_propagation = 'true';
|
||||
SELECT pg_reload_conf();
|
||||
pg_reload_conf
|
||||
---------------------------------------------------------------------
|
||||
t
|
||||
(1 row)
|
||||
|
||||
\c - - - :master_port
|
||||
CREATE SCHEMA single_node_ent;
|
||||
SET search_path TO single_node_ent;
|
||||
SET citus.shard_count TO 4;
|
||||
|
|
Loading…
Reference in New Issue