Fix incorrect metadata operation tests in multi_1_schedule

fix_incorrect_metadata_operation_tests
Halil Ozan Akgul 2021-12-27 17:19:59 +03:00
parent d33650d1c1
commit 6e1798cacb
1 changed files with 1 additions and 4 deletions

View File

@ -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 # following should not run in parallel because it relies on connection counts to workers
test: insert_select_connection_leak test: insert_select_connection_leak
test: check_mx
# --------- # ---------
# at the end of the regression tests regarding recursively planned modifications # at the end of the regression tests regarding recursively planned modifications
# ensure that we don't leak any intermediate results # 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 # Replicating reference tables to coordinator. Add coordinator to pg_dist_node
# and rerun some of the tests. # and rerun some of the tests.
# -------- # --------
test: check_mx
test: add_coordinator test: add_coordinator
test: foreign_key_to_reference_table test: foreign_key_to_reference_table
test: replicate_reference_tables_to_coordinator test: replicate_reference_tables_to_coordinator
test: check_mx
test: turn_mx_off test: turn_mx_off
test: citus_local_tables test: citus_local_tables
test: multi_row_router_insert mixed_relkind_tests test: multi_row_router_insert mixed_relkind_tests
@ -324,11 +323,9 @@ test: ssl_by_default
# object distribution tests # object distribution tests
# --------- # ---------
test: distributed_types distributed_types_conflict disable_object_propagation distributed_types_xact_add_enum_value 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_functions distributed_functions_conflict
test: distributed_collations distributed_collations_conflict test: distributed_collations distributed_collations_conflict
test: distributed_procedure test: distributed_procedure
test: turn_mx_on
# --------- # ---------
# deparsing logic tests # deparsing logic tests