mirror of https://github.com/citusdata/citus.git
Removes unnecessary enable_ddl_propagation entries
parent
602c8c1206
commit
2013554050
|
@ -1,6 +1,6 @@
|
|||
# ----------
|
||||
# isolation setup steps
|
||||
# ----------
|
||||
test: isolation_enable_ddl_propagation
|
||||
test: isolation_setup
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
test: enable_ddl_propagation
|
||||
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
|
||||
test: multi_cluster_management
|
||||
test: enable_ddl_propagation
|
||||
test: multi_test_catalog_views
|
||||
|
||||
test: remove_coordinator_from_metadata
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
test: isolation_enable_ddl_propagation
|
||||
test: isolation_setup
|
||||
|
||||
# tests that change node metadata should precede
|
||||
# isolation_cluster_management such that tests
|
||||
# that come later can be parallelized
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
||||
test: isolation_logical_replication_single_shard_commands
|
||||
test: isolation_logical_replication_nonsu_nonbypassrls
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
test: isolation_enable_ddl_propagation
|
||||
test: isolation_setup
|
||||
|
||||
# tests that change node metadata should precede
|
||||
# isolation_cluster_management such that tests
|
||||
# that come later can be parallelized
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
||||
test: isolation_logical_replication_single_shard_commands_on_mx
|
||||
test: isolation_logical_replication_multi_shard_commands_on_mx
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
test: isolation_enable_ddl_propagation
|
||||
test: isolation_setup
|
||||
|
||||
# tests that change node metadata should precede
|
||||
# isolation_cluster_management such that tests
|
||||
# that come later can be parallelized
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
||||
test: isolation_logical_replication_with_partitioning
|
||||
test: isolation_logical_replication_binaryless
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
test: isolation_enable_ddl_propagation
|
||||
test: isolation_setup
|
||||
|
||||
# tests that change node metadata should precede
|
||||
# isolation_cluster_management such that tests
|
||||
# that come later can be parallelized
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
||||
test: isolation_move_placement_vs_move_placement
|
||||
test: isolation_move_placement_vs_modification
|
||||
|
|
|
@ -15,7 +15,6 @@ test: isolation_extension_commands
|
|||
# isolation_cluster_management such that tests
|
||||
# that come later can be parallelized
|
||||
test: isolation_cluster_management
|
||||
test: isolation_enable_ddl_propagation
|
||||
|
||||
# the following tests depend on the distributed
|
||||
# transactionId, so should not be parallelized
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
test: enable_ddl_propagation
|
||||
test: minimal_cluster_management
|
||||
test: enable_ddl_propagation
|
||||
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw columnar_test_helpers multi_test_catalog_views tablespace
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue