mirror of https://github.com/citusdata/citus.git
Add multi_create_fdw into minimal_schedule (#6759)
So that we can run the tests that require fake_fdw by using minimal schedule too. Also move multi_create_fdw.sql up in multi_1_schedule to make it available to more tests.pull/6760/head^2
parent
20a5f3af2b
commit
cc945fa331
|
@ -1,2 +1,2 @@
|
|||
test: minimal_cluster_management
|
||||
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers multi_test_catalog_views tablespace
|
||||
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw columnar_test_helpers multi_test_catalog_views tablespace
|
||||
|
|
|
@ -19,7 +19,7 @@ test: multi_extension
|
|||
test: single_node
|
||||
test: relation_access_tracking_single_node
|
||||
test: single_node_truncate
|
||||
test: multi_test_helpers multi_test_helpers_superuser
|
||||
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw
|
||||
test: multi_cluster_management
|
||||
|
||||
# below tests are placed right after multi_cluster_management as we do
|
||||
|
@ -91,13 +91,6 @@ test: drop_partitioned_table
|
|||
test: multi_fix_partition_shard_index_names
|
||||
test: partition_wise_join
|
||||
|
||||
# ----------
|
||||
# Tests for foreign data wrapper support
|
||||
# ----------
|
||||
test: multi_create_fdw
|
||||
|
||||
|
||||
|
||||
# ----------
|
||||
# Tests for statistics propagation
|
||||
# ----------
|
||||
|
|
Loading…
Reference in New Issue