Merge pull request #5517 from citusdata/turn_metadata_sync_on_in_base_schedules

Turn metadata sync on in base/minimal schedules
fix_metadata_sync_fails_on_replicate_reference_table
Halil Ozan Akgül 2021-12-09 10:14:06 +03:00 committed by GitHub
commit 73ba38eac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,6 @@
# ---------- # ----------
# Only run few basic tests to set up a testing environment # Only run few basic tests to set up a testing environment
# ---------- # ----------
test: turn_mx_off
test: multi_cluster_management test: multi_cluster_management
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw columnar_test_helpers test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw columnar_test_helpers
test: multi_test_catalog_views test: multi_test_catalog_views

View File

@ -1,5 +1,4 @@
# import this file (from psql you can use \i) to use mitmproxy manually # import this file (from psql you can use \i) to use mitmproxy manually
test: turn_mx_off
test: failure_test_helpers test: failure_test_helpers
# this should only be run by pg_regress_multi, you don't need it # this should only be run by pg_regress_multi, you don't need it

View File

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

View File

@ -1,7 +1,6 @@
# ---------- # ----------
# Only run few basic tests to set up a testing environment # Only run few basic tests to set up a testing environment
# ---------- # ----------
test: turn_mx_off
test: multi_cluster_management test: multi_cluster_management
test: multi_test_helpers multi_test_helpers_superuser test: multi_test_helpers multi_test_helpers_superuser
test: multi_test_catalog_views test: multi_test_catalog_views

View File

@ -1,7 +1,6 @@
# ---------- # ----------
# Only run few basic tests to set up a testing environment # Only run few basic tests to set up a testing environment
# ---------- # ----------
test: turn_mx_off
test: multi_cluster_management test: multi_cluster_management
test: multi_test_helpers multi_test_helpers_superuser test: multi_test_helpers multi_test_helpers_superuser
test: multi_test_catalog_views test: multi_test_catalog_views