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
Onur Tirtir 2023-03-14 10:22:34 +03:00 committed by GitHub
parent 20a5f3af2b
commit cc945fa331
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 9 deletions

View File

@ -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

View File

@ -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
# ----------