mirror of https://github.com/citusdata/citus.git
Fixes additional tests
parent
2013554050
commit
fbb38dd7ea
|
@ -1,27 +1,3 @@
|
||||||
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
|
|
||||||
SET citus.next_shard_id TO 1220000;
|
SET citus.next_shard_id TO 1220000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
|
||||||
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
test: enable_ddl_propagation
|
||||||
test: multi_test_helpers multi_test_helpers_superuser
|
test: multi_test_helpers multi_test_helpers_superuser
|
||||||
test: multi_cluster_management
|
test: multi_cluster_management
|
||||||
test: multi_test_catalog_views
|
test: multi_test_catalog_views
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Split Shard tests.
|
# Split Shard tests.
|
||||||
# Include tests from 'minimal_schedule' for setup.
|
# Include tests from 'minimal_schedule' for setup.
|
||||||
|
test: enable_ddl_propagation
|
||||||
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
|
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
|
||||||
test: multi_cluster_management
|
test: multi_cluster_management
|
||||||
test: remove_coordinator_from_metadata
|
test: remove_coordinator_from_metadata
|
||||||
|
|
Loading…
Reference in New Issue