mirror of https://github.com/citusdata/citus.git
Changes test order
parent
016081a496
commit
eba3553ada
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue