mirror of https://github.com/citusdata/citus.git
Fix incorrect metadata operation tests in multi_1_schedule
parent
d33650d1c1
commit
6e1798cacb
|
@ -71,7 +71,6 @@ test: multi_row_insert insert_select_into_local_table multi_create_table_new_fea
|
|||
# following should not run in parallel because it relies on connection counts to workers
|
||||
test: insert_select_connection_leak
|
||||
|
||||
test: check_mx
|
||||
# ---------
|
||||
# at the end of the regression tests regarding recursively planned modifications
|
||||
# ensure that we don't leak any intermediate results
|
||||
|
@ -274,10 +273,10 @@ test: multi_foreign_key_relation_graph
|
|||
# Replicating reference tables to coordinator. Add coordinator to pg_dist_node
|
||||
# and rerun some of the tests.
|
||||
# --------
|
||||
test: check_mx
|
||||
test: add_coordinator
|
||||
test: foreign_key_to_reference_table
|
||||
test: replicate_reference_tables_to_coordinator
|
||||
test: check_mx
|
||||
test: turn_mx_off
|
||||
test: citus_local_tables
|
||||
test: multi_row_router_insert mixed_relkind_tests
|
||||
|
@ -324,11 +323,9 @@ test: ssl_by_default
|
|||
# object distribution tests
|
||||
# ---------
|
||||
test: distributed_types distributed_types_conflict disable_object_propagation distributed_types_xact_add_enum_value
|
||||
test: check_mx
|
||||
test: distributed_functions distributed_functions_conflict
|
||||
test: distributed_collations distributed_collations_conflict
|
||||
test: distributed_procedure
|
||||
test: turn_mx_on
|
||||
|
||||
# ---------
|
||||
# deparsing logic tests
|
||||
|
|
Loading…
Reference in New Issue