Fixes additional tests

pull/7563/head
gurkanindibay 2024-03-25 18:43:17 +03:00
parent 2013554050
commit fbb38dd7ea
3 changed files with 2 additions and 24 deletions

View File

@ -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;
ALTER SEQUENCE pg_catalog.pg_dist_colocationid_seq RESTART 1390000;
ALTER SEQUENCE pg_catalog.pg_dist_groupid_seq RESTART 1;

View File

@ -1,3 +1,4 @@
test: enable_ddl_propagation
test: multi_test_helpers multi_test_helpers_superuser
test: multi_cluster_management
test: multi_test_catalog_views

View File

@ -1,5 +1,6 @@
# Split Shard tests.
# Include tests from 'minimal_schedule' for setup.
test: enable_ddl_propagation
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
test: multi_cluster_management
test: remove_coordinator_from_metadata