mirror of https://github.com/citusdata/citus.git
Merge pull request #5517 from citusdata/turn_metadata_sync_on_in_base_schedules
Turn metadata sync on in base/minimal schedulesfix_metadata_sync_fails_on_replicate_reference_table
commit
73ba38eac4
|
@ -1,7 +1,6 @@
|
|||
# ----------
|
||||
# Only run few basic tests to set up a testing environment
|
||||
# ----------
|
||||
test: turn_mx_off
|
||||
test: multi_cluster_management
|
||||
test: multi_test_helpers multi_test_helpers_superuser multi_create_fdw columnar_test_helpers
|
||||
test: multi_test_catalog_views
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# import this file (from psql you can use \i) to use mitmproxy manually
|
||||
test: turn_mx_off
|
||||
test: failure_test_helpers
|
||||
|
||||
# this should only be run by pg_regress_multi, you don't need it
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
test: turn_mx_off
|
||||
test: multi_cluster_management
|
||||
test: multi_test_helpers multi_test_helpers_superuser columnar_test_helpers
|
||||
test: multi_test_catalog_views
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# ----------
|
||||
# Only run few basic tests to set up a testing environment
|
||||
# ----------
|
||||
test: turn_mx_off
|
||||
test: multi_cluster_management
|
||||
test: multi_test_helpers multi_test_helpers_superuser
|
||||
test: multi_test_catalog_views
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# ----------
|
||||
# Only run few basic tests to set up a testing environment
|
||||
# ----------
|
||||
test: turn_mx_off
|
||||
test: multi_cluster_management
|
||||
test: multi_test_helpers multi_test_helpers_superuser
|
||||
test: multi_test_catalog_views
|
||||
|
|
Loading…
Reference in New Issue