Changes test order

grant_database_2pc_onur_1
gurkanindibay 2024-01-24 21:48:11 +03:00
parent 016081a496
commit eba3553ada
2 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ test: create_drop_database_propagation_pg15
test: create_drop_database_propagation_pg16 test: create_drop_database_propagation_pg16
test: comment_on_database test: comment_on_database
test: comment_on_role test: comment_on_role
test: metadata_sync_2pc
# don't parallelize single_shard_table_udfs to make sure colocation ids are sequential # don't parallelize single_shard_table_udfs to make sure colocation ids are sequential
test: single_shard_table_udfs test: single_shard_table_udfs
test: schema_based_sharding test: schema_based_sharding

View File

@ -25,7 +25,6 @@ test: multi_insert_select_conflict citus_table_triggers
test: multi_row_insert insert_select_into_local_table test: multi_row_insert insert_select_into_local_table
test: multi_agg_approximate_distinct test: multi_agg_approximate_distinct
test: tablespace test: tablespace
test: metadata_sync_2pc
# 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